From 8b69b41d17e861395f8293f3d9007f92036b6db9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 12:27:55 +0100 Subject: [PATCH] tmux/windows --- sh/tmux.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index ebea101..cc66afd 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -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