public
Description: Arch Linux Configs (incl. Testing Repo)
Homepage: http://stxza.github.com/arch-linux-configs
Clone URL: git://github.com/stxza/arch-linux-configs.git
Click here to lend your support to: arch-linux-configs and make a donation at www.pledgie.com !
arch-linux-configs / .screenrc
100644 38 lines (32 sloc) 1.037 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
30
31
32
33
34
35
36
37
38
#-------------------------------------------------------------------------------------
# ~/.screenrc
# Last modified 18/11/2008
#-------------------------------------------------------------------------------------
 
startup_message off
vbell off
vbell_msg "[[[ ding ]]]"
activity "active: %n (%t) [%w:%s]"
bell "bell: %n (%t) [%w:%s]^G"
msgwait 2 # 1 second messages
defscrollback 10000
 
autodetach on
deflogin on
defutf8 on
altscreen on
defbce on
defflow off
nonblock on
defhstatus "screen: ^En (^Et)"
term screen-256color
terminfo rxvt* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
#termcapinfo rxvt|rxvt-unicode|urxvt|rxvt-256color|screen|xs|rxvt ti@:te@
#sorendition +b kG
 
#[randy@voodoo] updates :: none 1 irssi [2 vim .screenrc]
#hardstatus alwayslastline "%{= dd} %=%-w[%n %t]%+w"
caption always "%{= dd}%{b}[ %=%{w}%?%-Lw%?%{b}(%{W}%n*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{B} %H %{W}%l %{b}]"
 
# Default apps
# screen -t irc weechat-curses
screen zsh
screen htop
 
bindkey "^[Od" prev
bindkey "^[Oc" next