blob: 17eb1ae216329a1341b0993c254792a3628e3d8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|