mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:29:04 -08:00
hold focus of tmux windows when moving with binds
like firefox tabs
This commit is contained in:
parent
3220e10862
commit
2debcff660
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue