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:
Fernando Schauenburg 2024-02-13 00:12:11 +01:00
parent 389140cfc1
commit d30c143c5d

View file

@ -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