add tmux shortcut to move
This commit is contained in:
parent
3486f1f5e7
commit
0382bfc762
@ -8,6 +8,12 @@ bind-key -n M-h select-pane -L
|
|||||||
bind-key -n M-l select-pane -R
|
bind-key -n M-l select-pane -R
|
||||||
bind-key -n M-k select-pane -U
|
bind-key -n M-k select-pane -U
|
||||||
bind-key -n M-j select-pane -D
|
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 change les raccourcis pour faire du split vertical et horizontal
|
||||||
#On utilise la touche "|" (pipe) pour faire un split vertical
|
#On utilise la touche "|" (pipe) pour faire un split vertical
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
|
Loading…
Reference in New Issue
Block a user