screenrc
This commit is contained in:
commit
c6dcbc17c7
|
|
@ -0,0 +1,34 @@
|
|||
defutf8 on
|
||||
defflow on
|
||||
deflogin on
|
||||
hardstatus off
|
||||
caption always '%{b Ck} %H %{= gB} [%`] %{= KW}|%{= gW} %-Lw%{+b bW}%n%f %t%{-}%+Lw %=%{= KY} %l %{= kY} %c %Y-%M-%d%'
|
||||
vbell on
|
||||
vbell_msg "vbell %n"
|
||||
bell_msg "Bell %n"
|
||||
activity "Activity on %n"
|
||||
defmonitor on
|
||||
defscrollback 10000
|
||||
crlf off
|
||||
startup_message off
|
||||
defbce on
|
||||
autodetach on
|
||||
altscreen off
|
||||
bind + resize +3
|
||||
bind - resize -1
|
||||
bufferfile ~/.bak/screen-exchange
|
||||
bind ^k
|
||||
bind ^\
|
||||
bind \\ quit
|
||||
bind K kill
|
||||
bind I login on
|
||||
bind O login off
|
||||
bind } history
|
||||
termcapinfo vt100 dl=5\E[M
|
||||
termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007
|
||||
hardstatus string "%h%? users: %u%?"
|
||||
#hardstatus string '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[%m/%d/%y %C %A]%{W}'
|
||||
termcapinfo xterm*|linux*|rxvt*|Eterm* OP
|
||||
termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
|
||||
defnonblock 5
|
||||
idle 3000 lockscreen
|
||||
Loading…
Reference in New Issue