| 1234567891011121314151617181920212223 |
- vbell off
- escape ^Zz
- startup_message off
- # define a bigger scrollback, default is 100 lines, I like large scrollback
- defscrollback 10000
- # An alternative hardstatus to display a bar at the bottom listing the
- # windownames and highlighting the current windowname in blue. (This is only
- # enabled if there is no hardstatus setting for your terminal)
- hardstatus on
- hardstatus alwayslastline
- hardstatus string "%{.bW}%-w%{.rY}%n %t%{-}%+w %=%{..G} %H(%l) %{..Y} %Y/%m/%d "
- # another way to show window list
- #caption always "%?%F%{-b 4w}%:%{-b bb}%? %H | %l | %m-%d %c |%?%F%{-b4w}%?%L=%-Lw%45>%{-b w4}%n%f* %t%{-}%+Lw%-0<"
- # some useful keys for resizing
- bind = resize =
- bind + resize +1
- bind - resize -1
- bind _ resize max
|