mirror of
1
0
Fork 0

removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2)

This commit is contained in:
Gregory Pakosz 2017-07-17 12:04:55 +02:00
parent fe615a2444
commit e7cbc84bed
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ bind -r l select-pane -R # move right
bind > swap-pane -D # swap current pane with the next one
bind < swap-pane -U # swap current pane with the previous one
# maximize current pane
bind + run 'cut -c3- ~/.tmux.conf | sh -s _maximize_pane #{session_name} #D'
# pane resizing
bind -r H resize-pane -L 2
bind -r J resize-pane -D 2