tmux: Make { and } repeatable
This commit is contained in:
@@ -54,6 +54,10 @@ bind -r C-n next
|
|||||||
bind -r p prev
|
bind -r p prev
|
||||||
bind -r C-p prev
|
bind -r C-p prev
|
||||||
|
|
||||||
|
# Repeatable window-movement bindings
|
||||||
|
bind -r \{ swap-pane -U
|
||||||
|
bind -r \} swap-pane -D
|
||||||
|
|
||||||
# Vim-bindings
|
# Vim-bindings
|
||||||
|
|
||||||
# Enter copy-mode with Escape
|
# Enter copy-mode with Escape
|
||||||
|
|||||||
Reference in New Issue
Block a user