Added vim shotcut for tmux

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-07-02 15:48:55 +02:00
parent 722a13262f
commit 290e77189a
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ bind - split-window -v
bind _ split-window -h
bind > swap-pane -D # swap current pane with the next one
bind < swap-pane -U # swap current pane with the previous one
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind -r H resize-pane -L 2
bind -r J resize-pane -D 2
bind -r K resize-pane -U 3