finally added window swap keys
This commit is contained in:
parent
b9a791f1a1
commit
3e179ca171
1 changed files with 4 additions and 0 deletions
4
f-keys
4
f-keys
|
|
@ -31,6 +31,10 @@ bind-key W resize-pane -U 5
|
||||||
bind-key A resize-pane -L 5
|
bind-key A resize-pane -L 5
|
||||||
bind-key D resize-pane -R 5
|
bind-key D resize-pane -R 5
|
||||||
|
|
||||||
|
# move windows
|
||||||
|
bind-key Left swap-window -t -1\; select-window -t -1
|
||||||
|
bind-key Right swap-window -t +1\; select-window -t +1
|
||||||
|
|
||||||
|
|
||||||
# reload config file
|
# reload config file
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue