From 68561a0a10f22da284fc44257314b08be285514a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Tue, 28 Apr 2015 10:16:40 +0800 Subject: [PATCH] Update .tmux.conf.local bugfix 1.9a maximize current pane --- .tmux.conf.local | 3 +++ 1 file changed, 3 insertions(+) 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