tmux: enable repetition for navigation bindings
This commit is contained in:
parent
269a54e865
commit
7beec2e197
1 changed files with 6 additions and 6 deletions
|
@ -16,12 +16,12 @@ bind n command-prompt 'rename-window %%'
|
||||||
bind N command-prompt 'rename-session %%'
|
bind N command-prompt 'rename-session %%'
|
||||||
|
|
||||||
# Move around
|
# Move around
|
||||||
bind . next-window
|
bind -r . next-window
|
||||||
bind , previous-window
|
bind -r , previous-window
|
||||||
bind C-h select-pane -L
|
bind -r C-h select-pane -L
|
||||||
bind C-j select-pane -D
|
bind -r C-j select-pane -D
|
||||||
bind C-k select-pane -U
|
bind -r C-k select-pane -U
|
||||||
bind C-l select-pane -R
|
bind -r C-l select-pane -R
|
||||||
|
|
||||||
# Resize panes
|
# Resize panes
|
||||||
bind -r h resize-pane -L 1
|
bind -r h resize-pane -L 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue