Compare commits

..

2 Commits

View File

@ -17,6 +17,10 @@
bind -n S-Left previous-window
bind -n S-Right next-window
# Control Shift arrow to swap windows
bind-key -n C-S-Left swap-window -t -1
bind-key -n C-S-Right swap-window -t +1
# Use Alt-vim keys without prefix key to switch panes
bind -n M-h select-pane -L
bind -n M-j select-pane -D