public
Description:
Homepage:
Clone URL: git://github.com/jamesgolick/dotfiles.git
dotfiles / screenrc
100644 24 lines (15 sloc) 0.414 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
startup_message off
 
defscrollback 5000
 
# make shell work
shell -$SHELL
 
# 256 colors
#attrcolor b ".I"
#termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
#defbce "on"
 
#term "xterm-256color"
 
## don't resize terminal
#termcapinfo xterm* Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
 
# status line
hardstatus alwayslastline "%{=b}%{G}%w %=[%Y-%m-%d -- %C]"
 
screen -t vim vim .
screen -t bash