1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-27 18:03:23 -07:00

hold focus of tmux windows when moving with binds

like firefox tabs
This commit is contained in:
Connor Olding 2021-10-18 17:35:48 -07:00
parent 3220e10862
commit 2debcff660

View File

@ -61,8 +61,8 @@ bind -n C-PgUp previous-window
bind -n C-PgDn next-window
# Ctrl+Shift+PgUp/PgDn to reorder windows (like web browsers)
bind -n C-S-PgUp swap-window -t -1
bind -n C-S-PgDn swap-window -t +1
bind -n C-S-PgUp swap-window -d -t -1
bind -n C-S-PgDn swap-window -d -t +1
# Shift+Arrows to switch panes
bind -n S-Left select-pane -L