From cd930fc9e809513b0e9cf9f8842eb64fa6300a45 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 29 Jan 2025 17:10:49 +0100 Subject: [PATCH] tmux: Fix pane <-> window confusion in comment --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7fca57a..3fe0c74 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -176,7 +176,7 @@ bind -n MouseDragEnd1StatusDefault { } } -# Repeatable window-movement bindings +# Repeatable pane swapping bindings bind -r \{ swap-pane -U bind -r \} swap-pane -D