chore(tmux): update key bindings for window navigation
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
bind-key w select-pane -U
|
|
||||||
bind-key a select-pane -L
|
|
||||||
bind-key s select-pane -D
|
|
||||||
bind-key d select-pane -R
|
|
||||||
bind-key c detach
|
bind-key c detach
|
||||||
|
|
||||||
|
bind-key a previous-window
|
||||||
|
bind-key d next-window
|
||||||
|
bind-key n new-window
|
||||||
|
|
||||||
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'
|
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'
|
Reference in New Issue
Block a user