From e83384d5110693f6733f367bf190106f1b7fd251 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 19:55:07 +0100 Subject: [PATCH] swap/alt --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 8eb7761..0dee536 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -60,8 +60,8 @@ set-window-option -g window-status-style bg=black,fg=gray bind -n F6 detach-client # swap window with next or previous -bind-key C-S-Left swap-window -t -1 -bind-key C-S-Right swap-window -t +1 +bind-key M-Left swap-window -t -1 +bind-key M-Right swap-window -t +1 # create new window with F2 bind -n F2 new-window