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