blob: fb04e020705f1b57e90a31ac32efe1ea51747113 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
hardstatus alwayslastline
#hardstatus string "%{= }%-w%{= bk}%50>%n %t%{-}%+w%<"
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
startup_message off
altscreen on
defutf8 on
term screen-256color
termcapinfo * ti@:te@ # Scroll buffer on <Shift>[<PgUp>|<PgDw>]
bindkey -k F1 next # Next tab on <F1>
bindkey -k F2 prev # Prev tab on <F2>
bind j focus down
bind k focus up
bind + resize +5
bind - resize -5
bind = resize =
|