From 0382bfc762a843597792f5c4359c2990ec20ed53 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 3 Mar 2021 08:38:01 +0100 Subject: [PATCH] add tmux shortcut to move --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a884c42..6c26075 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,6 +8,12 @@ bind-key -n M-h select-pane -L bind-key -n M-l select-pane -R bind-key -n M-k select-pane -U bind-key -n M-j select-pane -D + +bind j select-pane -D +bind h select-pane -L +bind l select-pane -R +bind k select-pane -U + #On change les raccourcis pour faire du split vertical et horizontal #On utilise la touche "|" (pipe) pour faire un split vertical bind | split-window -h