Add tmux keybinds
This commit is contained in:
parent
6d2a048fb6
commit
b7e921f9f8
1 changed files with 8 additions and 0 deletions
8
templates/.tmux.conf
Normal file
8
templates/.tmux.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
bind -n M-h select-pane -L
|
||||
bind -n M-j select-pane -D
|
||||
bind -n M-k select-pane -U
|
||||
bind -n M-l select-pane -R
|
||||
|
||||
bind -n M-v split-window
|
||||
bind -n M-b split-window -h
|
||||
bind -m M-q kill-pane
|
Loading…
Add table
Reference in a new issue