blob: 577d3af4cc4c2ebc4ef280f1716432da9b263e3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
startup_message off
defutf8 on
defscrollback 50000
backtick 1 3600 3600 uname -m
caption always "%?%{Wk}%-Lw%?%{Rk}%n*%f %t%?(%u)%?%?%{Wk}%+Lw%?%=%{Gk}%c %H/%1`"
hardstatus alwayslastline
vbell off
term screen-256color
bindkey "^[[1;5D" prev # gnome-terminal ctrl-left
bindkey "^[[1;5C" next # gnome-temrinal ctrl-right
bindkey "^[[1;3D" prev # gnome-terminal alt-left
bindkey "^[[1;3C" next # gnome-terminal alt-right
bindkey "^[Od" prev # urxvt ctrl-left
bindkey "^[Oc" next # urxvt ctrl-right
bindkey "^[^[[D" prev # urxvt alt-left
bindkey "^[^[[C" next # urxvt alt-right
bind f eval "hardstatus ignore"
bind F eval "hardstatus alwayslastline"
|