tmux: Update tmux conf for custom navigation hotkeys
This commit is contained in:
parent
6def530022
commit
a028373bc9
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue