finally added window swap keys

This commit is contained in:
Lloyd W. Slade 2020-03-11 20:57:31 -04:00
parent b9a791f1a1
commit 3e179ca171

4
f-keys
View file

@ -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