mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
Update usage of tmux swap-window so that focus stays with the original window.
See 39c55d5b6f
for more context. The "swap-window" command now needs the "-d" argument so that
focus follows the original window.
This commit is contained in:
parent
75140e25a9
commit
366314c471
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ bind-key -n S-Left display-panes \; select-pane -L
|
||||||
bind-key -n S-Right display-panes \; select-pane -R
|
bind-key -n S-Right display-panes \; select-pane -R
|
||||||
bind-key -n C-F3 display-panes \; swap-pane -s :. -t :.- \; select-pane -t :.-
|
bind-key -n C-F3 display-panes \; swap-pane -s :. -t :.- \; select-pane -t :.-
|
||||||
bind-key -n C-F4 display-panes \; swap-pane -s :. -t :.+ \; select-pane -t :.+
|
bind-key -n C-F4 display-panes \; swap-pane -s :. -t :.+ \; select-pane -t :.+
|
||||||
bind-key -n C-S-F3 swap-window -t :-1
|
bind-key -n C-S-F3 swap-window -t :-1 -d
|
||||||
bind-key -n C-S-F4 swap-window -t :+1
|
bind-key -n C-S-F4 swap-window -t :+1 -d
|
||||||
bind-key -n M-S-Up resize-pane -U
|
bind-key -n M-S-Up resize-pane -U
|
||||||
bind-key -n M-S-Down resize-pane -D
|
bind-key -n M-S-Down resize-pane -D
|
||||||
bind-key -n M-S-Left resize-pane -L
|
bind-key -n M-S-Left resize-pane -L
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue