tmux: make next-/previous-window key binding not repeating
This commit is contained in:
parent
97a9d2b9a9
commit
1ccba52719
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ bind S command-prompt 'rename-session %%'
|
|||
bind s set synchronize-panes
|
||||
|
||||
# Move around
|
||||
bind -r . next-window
|
||||
bind -r , previous-window
|
||||
bind . next-window
|
||||
bind , previous-window
|
||||
bind / last-window
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
|
|
Loading…
Add table
Reference in a new issue