tmux: Make { and } repeatable

This commit is contained in:
2022-07-13 18:13:21 +02:00
parent 7834a6bee2
commit 17fd0409a4

View File

@@ -54,6 +54,10 @@ bind -r C-n next
bind -r p prev
bind -r C-p prev
# Repeatable window-movement bindings
bind -r \{ swap-pane -U
bind -r \} swap-pane -D
# Vim-bindings
# Enter copy-mode with Escape