.tmux.conf

changeset 581
dbe8e6709cd5
parent 499
47fcadea275e
child 582
7ec3dc00d06d
equal deleted inserted replaced
580:5a9e9be223f0 581:dbe8e6709cd5
30 set -g window-status-current-bg colour234 30 set -g window-status-current-bg colour234
31 31
32 set -g set-titles on 32 set -g set-titles on
33 set -g set-titles-string "#h(#S)" 33 set -g set-titles-string "#h(#S)"
34 34
35
36 source-file ~/.tmux/screen-keys.conf 35 source-file ~/.tmux/screen-keys.conf
37 source-file ~/.tmux/vim-keys.conf 36 source-file ~/.tmux/vim-keys.conf
38 37
38 bind S choose-session
39
39 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local" 40 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local"
40 41

mercurial