2016-09-23 16:27:41 +03:00
|
|
|
# window title hack
|
2016-10-07 15:51:30 +03:00
|
|
|
hardstatus string "[%H:%n] %t"
|
2016-09-23 16:27:41 +03:00
|
|
|
# so we don't have to enter the copy mode every time we want to scroll
|
|
|
|
termcapinfo rxvt*|xterm* ti@:te@
|
|
|
|
# the rest is pretty obvious
|
|
|
|
startup_message off
|
|
|
|
hardstatus off
|
|
|
|
defscrollback 10000
|
|
|
|
vbell off
|
|
|
|
bell off
|
|
|
|
autodetach on
|
2016-10-07 14:20:45 +03:00
|
|
|
term screen
|
2016-09-23 16:27:41 +03:00
|
|
|
altscreen on
|
|
|
|
activity "activity on %n"
|
2016-12-21 15:08:24 +02:00
|
|
|
caption always '%{=}%{RW} %H %{Yw} %S %{wd} %-w%{wk}%n_%t%{wd}%+w'
|
2017-11-08 16:47:04 +02:00
|
|
|
escape ^gg
|
2018-06-04 17:03:54 +03:00
|
|
|
bindkey "^[g" command
|
2016-09-23 16:27:41 +03:00
|
|
|
bind w windowlist -b
|