diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 761d272..e8d0437 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -86,7 +86,7 @@ bind -n MouseDrag1Status swap-window -d -t= # TODO: do nothing on drags that don't start on a window name bind -n MouseDragEnd1StatusDefault \ if -F "#{e|>|f|0:#{mouse_x},#{e|/|f:#{window_width},2}}" { - move-window -t #{last_window_index} -a + run-shell "tmux move-window -at #{last_window_index}" } { move-window -t0 }