1
0
Fork 0
mirror of synced 2024-05-26 03:51:09 -04:00

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

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 -D # swap current pane with the next one
bind < swap-pane -U # swap current pane with the previous 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 # pane resizing
bind -r H resize-pane -L 2 bind -r H resize-pane -L 2
bind -r J resize-pane -D 2 bind -r J resize-pane -D 2