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