Ajout : rule_user_configure : bash, screen, etckeeper .
[lhc/ateliers.git] / etc / screenrc
1 startup_message off
2 defutf8 on
3 # NOTE: utile pour les connexions SSH fragiles.
4 defnonblock 5
5 nonblock on
6 autodetach on
7 defscrollback 5000
8
9 bind ^k
10 bind ^\
11 bind \\ quit
12 bind i focus top
13 bind k focus bottom
14 bind j focus up
15 bind l focus down
16 bind K kill
17 bind I login on
18 bind O login off
19 bind } history
20
21 bind ^B eval "hardcopy_append off" "hardcopy -h $HOME/var/cache/screen/urlview" "screen urlview $HOME/var/cache/screen/urlview"
22 bind ^U eval "split -v" "focus bottom" select
23
24 # NOTE: add lines to xterm's scrollback buffer.
25 termcapinfo xterm*|*rxvt* ti@:te@
26 # NOTE: add stuff to xterm (and cousins) title bars.
27 termcapinfo * 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
28 # NOTE: terminal understands special xterm sequences (OSC, mouse tracking).
29 termcapinfo xterm*|*rxvt* "" XT
30 # NOTE: set these terminals up to be 'optimal' instead of vt100.
31 termcapinfo xterm*|*rxvt*|Eterm* OP
32
33 backtick 1 0 0 hostname
34 backtick 2 0 84600 date '+%b'
35 hardstatus on
36 hardstatus alwayslastline "%{= kb} %-w%{kw}%n %t%{-}%+w %=%{..m} %{= kr}%1` %{kw}%D %d %2` %0c %{= dd}"
37 caption splitonly "%?%F%{= .bw}%:%{= .kw}%? %=%{..C}%n%{-} %t%= "
38
39 sorendition wk