public
Description: My personal dotfiles for vim, powershell, bash and other tools
Homepage: http://winterdom.com/weblog/
Clone URL: git://github.com/tomasr/dotfiles.git
dotfiles / .screenrc
100644 25 lines (22 sloc) 0.656 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Make sure that 256-colors work
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
#term "screen-256color"
defbce "on"
# Make scrolling work with Ctrl+A [
defscrollback 5000
# Fix scrolling in some terminals
termcapinfo xterm* ti@:te@
# add bottom line with list of windows
hardstatus alwayslastline '%{= B} %H %= %{= k}%-w%{+b G}%n*%t%{-b G}%{k}%+w %= %{c}%d %D %{M}%c '
# get rid of annoying flicker on tab completion
vbell off
# get rid of "splash screen"
startup_message off
termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
# default to much saner utf-9
defutf8 on
 
# startup sessions
screen -t sh 0
screen -t irssi 1
select 0