diff --git a/.tmux.conf.local b/.tmux.conf.local index 0b45006..8d76d1b 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -21,3 +21,6 @@ # - and iTerm2 is configured to send [1;9A -> [1;9D for option + arrow keys # then uncomment the following line to make Meta + arrow keys mapping work #set -g terminal-overrides "*:kUP3=\e[1;9A,*:kDN3=\e[1;9B,*:kRIT3=\e[1;9C,*:kLFT3=\e[1;9D" + +# bugfix 1.9a maximize current pane +#bind + resize-pane -Z