diff --git a/.tmux.conf b/.tmux.conf index d6c21bd..1adc9f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -205,8 +205,8 @@ bind p paste-buffer bind l run-shell "~/.config/tmux/scripts/move_session.sh left" bind y run-shell "~/.config/tmux/scripts/move_session.sh right" -bind -n M-l swap-window -t :-1 -bind -n M-y swap-window -t :+1 +bind -n M-l swap-window -d -t :-1 +bind -n M-y swap-window -d -t :+1 bind I run-shell "~/.config/tmux/scripts/layout_builder.sh right" bind N run-shell "~/.config/tmux/scripts/layout_builder.sh left"