Modifications : etc/postgresql/9.4/main/pg_hba.conf
[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 60 sh -c 'users=$(who -u | cut -d " " -f 1 | sort -u); test "$(printf "%s\n" $users | wc -l)" -lt 2 || { users=$(printf "%s&" $users); printf "%s@" "${users%&}"; }'
34 # NOTE: show logged in users when not alone.
35 backtick 2 0 0 hostname
36 backtick 3 0 84600 date '+%b'
37 hardstatus on
38 hardstatus alwayslastline "%{= db} %-w%{dd}%n %t%{-}%+w %=%{..m} %{= dy}%1`%{= dr}%2` %{dd}%D %d %3` %0c %{= dd}"
39 caption splitonly "%?%F%{= .bw}%:%{= .kw}%? %=%{..C}%n%{-} %t%= "
40
41 sorendition wk