Added tmux binds
This commit is contained in:
parent
fe6bcf30f5
commit
fe13977dd8
2 changed files with 22 additions and 8 deletions
13
.tmux.conf
13
.tmux.conf
|
|
@ -12,3 +12,16 @@ bind-key C-s send-prefix
|
|||
|
||||
bind -n C-Tab select-window -n
|
||||
bind -n C-S-Tab select-window -p
|
||||
|
||||
|
||||
# Movement binds
|
||||
bind-key h select-pane -L
|
||||
bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
||||
# New pane binds
|
||||
bind L split-window -h
|
||||
bind H split-window -h \; swap-pane -s -
|
||||
bind J split-window -v
|
||||
bind K split-window -v \; swap-pane -s -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue