.tmux.conf

changeset 914
54729706345b
parent 909
aa1b7e2ef1d9
child 1013
125540e1a1a7
equal deleted inserted replaced
913:72d72bafaf0f 914:54729706345b
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
5 4
6 set -g mouse on 5 set -g mouse on
7 6
8 # Start tab numbering at 1 7 # Start tab numbering at 1
9 set -g base-index 1 8 set -g base-index 1
37 source-file ~/.tmux/screen-keys.conf 36 source-file ~/.tmux/screen-keys.conf
38 source-file ~/.tmux/vim-keys.conf 37 source-file ~/.tmux/vim-keys.conf
39 38
40 bind S choose-session 39 bind S choose-session
41 bind @ choose-window 'join-pane -h -s "%%"' 40 bind @ choose-window 'join-pane -h -s "%%"'
42 bind K confirm-before -p "kill-pane #P? (y/n)" kill-pane 41 bind K kill-pane
43 42
44 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local" 43 if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local"
45 44

mercurial