public
Description: caffo's dotfiles
Homepage:
Clone URL: git://github.com/caffo/dotfiles.git
dotfiles / screenrc
100644 29 lines (23 sloc) 0.657 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
26
27
28
29
setenv LC_CTYPE en_US.UTF-8
defutf8 on
 
nethack on
escape ^t^t
bell_msg "Bell in window %n: %t"
vbell off
autodetach on
startup_message off
defscrollback 10240
 
hardstatus on
hardstatus alwayslastline "%{=b kW}[ $USER @ %H %{b W}][%= %{= kw}%?%-Lw%?(%{W}%n*%f%t%?(%u)%?)%{w}%?%+Lw%?%?%= %{b W}][ %l %{b W}][ %d/%m %c %{b W}]"
 
 
caption splitonly "%{.BW} >> %n %t"
msgwait 2
 
termcapinfo xterm 'Co@256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce on
term xterm-256color
 
# Key bind
bind ^k
bind ^\
bind ^G
bind \\ quit
bind k kill
bind / eval "scrollback 0" "scrollback 10240"