tmux/windows

This commit is contained in:
Marc Beninca 2025-01-17 12:27:55 +01:00
parent b39f04ac2f
commit 8b69b41d17
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -47,9 +47,11 @@ bind -n F6 detach-client
#bind-key -n C-S-Left swap-window -t -1
#bind-key -n C-S-Right swap-window -t +1
#bind -n F2 new-window
#bind -n M-Left previous-window
#bind -n M-Right next-window
# create new window with F2
bind -n F2 new-window
# previous or next window with Alt & ← | →
bind -n M-Left previous-window
bind -n M-Right next-window
#bind -n S-Down select-pane -D
#bind -n S-Left select-pane -L