From 17fd0409a46102be4d9d191b2cbb8f56df689541 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 13 Jul 2022 18:13:21 +0200 Subject: [PATCH] tmux: Make `{` and `}` repeatable --- .config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c8b3447..9c6ef76 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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