tmux: Provide key binding to swap windows
This commit is contained in:
parent
54cc1aa25e
commit
3891b6c2cd
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ in {
|
||||||
set -g escape-time 0
|
set -g escape-time 0
|
||||||
bind-key C-z send-prefix
|
bind-key C-z send-prefix
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
|
|
||||||
|
bind-key T swap-window -t 0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue