From 97f01a222bd4e261e660a4138e1d8db44dbcf497 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 25 Feb 2013 17:15:03 +0100 Subject: [PATCH] [tmux] allow pane resize with mouse --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 37a94f3..9a6a3ea 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,8 +16,8 @@ bind v split-window -h # move around panes with j and k, a bit like vim # as of tmux 1.1, there is no way to move based on pane position (ie, no way to # move the pane to the right) -bind j down-pane -bind k up-pane +#bind j down-pane +#bind k up-pane # resize panes like vim # feel free to change the "1" to however many lines you want to resize by, only @@ -41,6 +41,7 @@ setw -g mode-keys vi # set-option -g default-terminal "screen-256color" set-option -g mouse-select-pane on +set-option -g mouse-resize-pane on set-option -g status-keys vi set-option -g bell-action any set-option -g set-titles on