From 178a8842cfc1bcf9d12c5145da2e405e020b2a3a Mon Sep 17 00:00:00 2001 From: Sonny Date: Wed, 26 Jun 2019 23:29:40 +0200 Subject: [PATCH] Vim style pane switching in tmux --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index b5691f2..69c2f1d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,13 @@ set -g default-shell /bin/bash # split panes using | and - bind | split-window -h bind - split-window -v + +# vim style pane switching +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + unbind '"' unbind %