tmux: Update tmux conf for custom navigation hotkeys

This commit is contained in:
t0xa 2025-11-21 09:23:18 +03:00
parent 6def530022
commit a028373bc9

View file

@ -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-Left resize-pane -L 10
bind-key -r -T prefix C-Right resize-pane -R 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