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