[tmux] added alternative window nav hotkeys
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user