tmux: restore . and , to move between windows
This is more ergonomic and it turns out that my muscle memory is really strong on this one...
This commit is contained in:
parent
389140cfc1
commit
d30c143c5d
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ bind S command-prompt 'rename-session %%'
|
|||
bind s set synchronize-panes
|
||||
|
||||
# Move around
|
||||
bind ^ last-window
|
||||
bind -r C-n next-window
|
||||
bind -r C-p previous-window
|
||||
bind -r . next-window
|
||||
bind -r , previous-window
|
||||
bind / last-window
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
|
|
Loading…
Add table
Reference in a new issue