mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
update move tmux window bindings to keep window focus
This commit is contained in:
parent
df87eba027
commit
8f16528434
1 changed files with 2 additions and 2 deletions
|
|
@ -205,8 +205,8 @@ bind p paste-buffer
|
|||
|
||||
bind l run-shell "~/.config/tmux/scripts/move_session.sh left"
|
||||
bind y run-shell "~/.config/tmux/scripts/move_session.sh right"
|
||||
bind -n M-l swap-window -t :-1
|
||||
bind -n M-y swap-window -t :+1
|
||||
bind -n M-l swap-window -d -t :-1
|
||||
bind -n M-y swap-window -d -t :+1
|
||||
|
||||
bind I run-shell "~/.config/tmux/scripts/layout_builder.sh right"
|
||||
bind N run-shell "~/.config/tmux/scripts/layout_builder.sh left"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue