.tmux.conf

changeset 1133
cb91318a522e
parent 1127
a120f1d3d932
child 1134
fe6ccd1afb11
equal deleted inserted replaced
1132:532c7964b23f 1133:cb91318a522e
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
44 bind S choose-session 45 bind S choose-session
45 bind @ choose-window 'join-pane -h -s "%%"' 46 bind @ choose-window 'join-pane -h -s "%%"'
46 bind K kill-pane 47 bind K kill-pane
47 48

mercurial