.tmux.conf

changeset 909
aa1b7e2ef1d9
parent 767
0e08061474a8
child 914
54729706345b
equal deleted inserted replaced
908:fa7c0607c00e 909:aa1b7e2ef1d9
1 set -g default-terminal "screen-256color" 1 set -g default-terminal "screen-256color"
2 set -g history-limit 6000 2 set -g history-limit 6000
3 set -g display-time 4000 3 set -g display-time 4000
4 set -g remain-on-exit failed
4 5
5 set -g mouse on 6 set -g mouse on
6 7
7 # Start tab numbering at 1 8 # Start tab numbering at 1
8 set -g base-index 1 9 set -g base-index 1
36 source-file ~/.tmux/screen-keys.conf 37 source-file ~/.tmux/screen-keys.conf
37 source-file ~/.tmux/vim-keys.conf 38 source-file ~/.tmux/vim-keys.conf
38 39
39 bind S choose-session 40 bind S choose-session
40 bind @ choose-window 'join-pane -h -s "%%"' 41 bind @ choose-window 'join-pane -h -s "%%"'
42 bind K confirm-before -p "kill-pane #P? (y/n)" kill-pane
41 43
42 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local" 44 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local"
43 45

mercurial