diff options
Diffstat (limited to 'screenrc')
| -rw-r--r-- | screenrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..17eb1ae --- /dev/null +++ b/screenrc @@ -0,0 +1,22 @@ +nethack on +startup_message off +defscrollback 5000 +msgwait 2 # 2 seconds are long enough +#defmonitor on # monitor every new window +activity '' # show no message on window activity +bell_msg '' # no bell message +shelltitle '' # no default title +vbell off # use audible bell +term screen-256color # announce 256 color support + +hardstatus alwayslastline +# display "invisible" seconds to refresh statusline every second (for activity monitoring) (%{= kk}%s) +hardstatus string "%{wk} [$USER@%H]%{w} %? %{wk}%-Lw %?%{Wb} %n*%f %t %{wk}%?%{wk} %+Lw %? %=%{= kk}%s%{W}%0c " + +# key bindings +bindkey [1;7C next +bindkey [1;7D prev +bindkey Oc next +bindkey Od prev + +# vim: et:sts=4:sw=4 |
