From 771d30c136974ea469d504fd387ac995d0c782ba Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Fri, 22 May 2026 02:00:21 +0300 Subject: [PATCH] Add tmux option tab bindings --- dot_tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index 0627b67..011737b 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -18,6 +18,8 @@ set -s extended-keys always set -s extended-keys-format csi-u bind-key -n C-S-[ previous-window bind-key -n C-S-] next-window +bind-key -n "M-{" previous-window +bind-key -n "M-}" next-window set -as terminal-features ",xterm-kitty:RGB" set -as terminal-features ",xterm-kitty:clipboard" set -as terminal-features ",xterm-kitty:extkeys"