.tmux.conf

changeset 1134
fe6ccd1afb11
parent 1133
cb91318a522e
equal deleted inserted replaced
1133:cb91318a522e 1134:fe6ccd1afb11
38 set -g set-titles on 38 set -g set-titles on
39 set -g set-titles-string "#h(#S)" 39 set -g set-titles-string "#h(#S)"
40 40
41 source-file ~/.tmux/screen-keys.conf 41 source-file ~/.tmux/screen-keys.conf
42 source-file ~/.tmux/vim-keys.conf 42 source-file ~/.tmux/vim-keys.conf
43 source-file ~/.tmux/popup.conf 43
44 if-shell "tmux -V | awk '{exit !($2 >= \"3.2\")}'" {
45 source-file ~/.tmux/popup.conf
46 }
44 47
45 bind S choose-session 48 bind S choose-session
46 bind @ choose-window 'join-pane -h -s "%%"' 49 bind @ choose-window 'join-pane -h -s "%%"'
47 bind K kill-pane 50 bind K kill-pane
48 51
49 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local" 52 if-shell 'test -e ~/.tmux.conf.local' {
53 source ~/.tmux.conf.local
54 }
50 55

mercurial