tmux/swap

This commit is contained in:
Marc Beninca 2025-01-17 19:51:17 +01:00
parent 3f001d8886
commit ac4c473ecd
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -59,8 +59,9 @@ set-window-option -g window-status-style bg=black,fg=gray
# bind key to detach client # bind key to detach client
bind -n F6 detach-client bind -n F6 detach-client
#bind-key -n C-S-Left swap-window -t -1 # swap window with next or previous
#bind-key -n C-S-Right swap-window -t +1 bind-key C-S-Left swap-window -t -1
bind-key C-S-Right swap-window -t +1
# create new window with F2 # create new window with F2
bind -n F2 new-window bind -n F2 new-window