From bfa014293b96e0aa301cae9f3e378947f6a3f43d Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 10 Aug 2011 20:59:24 +1000 Subject: [PATCH] tmux.conf settings for selecting panes --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6260c43..6f17d3c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,10 +13,10 @@ setw -g mode-keys vi #set -g status-keys vi # movement -bind h left-pane -bind j up-pane -bind k down-pane -bind l right-pane +bind h select-pane -L +bind k select-pane -U +bind j select-pane -D +bind l select-pane -R #bind Tab down-pane #bind BTab up-pane