From a028373bc948076e23d271b711ef617e84bf7c12 Mon Sep 17 00:00:00 2001 From: t0xa Date: Fri, 21 Nov 2025 09:23:18 +0300 Subject: [PATCH] tmux: Update tmux conf for custom navigation hotkeys --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a700de4..8466a21 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -52,3 +52,9 @@ bind-key -r -T prefix C-Down resize-pane -D 10 bind-key -r -T prefix C-Left resize-pane -L 10 bind-key -r -T prefix C-Right resize-pane -R 10 +# Custom binding table +bind-key o switch-client -T my_table + +# Bind keys within that table +bind-key -T my_table o switch-client -t Personal:3 +bind-key -T my_table i switch-client -t Backend:1