[tmux] added alternative window nav hotkeys

This commit is contained in:
2023-09-30 00:53:58 +03:00
parent 04964316e8
commit e672a42060

View File

@@ -26,6 +26,10 @@ unbind %
bind -n S-down new-window bind -n S-down new-window
bind -n S-left prev bind -n S-left prev
bind -n S-right next bind -n S-right next
# and for split-keyboard
bind -n C-down new-window
bind -n C-left prev
bind -n C-right next
# resizing panes using Ctrl-Alt-arrows without prefix # resizing panes using Ctrl-Alt-arrows without prefix
bind -n C-M-Up resize-pane -U 2 bind -n C-M-Up resize-pane -U 2