# HG changeset patch # User zegervdv # Date 1679049919 0 # Node ID eeaf0d561877d2f7d9bb67e12b49de812c26ec56 # Parent e3937948d672b29810f84e1b56b4e4f3439d0806 fix: unbind mouse drag to avoid jumping back when selecting in tmux diff -r e3937948d672 -r eeaf0d561877 dot_tmux.conf --- a/dot_tmux.conf Wed Mar 15 18:33:26 2023 +0100 +++ b/dot_tmux.conf Fri Mar 17 10:45:19 2023 +0000 @@ -162,3 +162,6 @@ } bind-key -T copy-mode-vi 's' send -X copy-pipe-and-cancel "cat > /tmp/error.txt && tmux new-window -n 'quickfix' -c \"#{pane_current_path}\" 'nvim -q /tmp/error.txt && rm -f /tmp/error.txt'" + +# unbind after loading plugins +unbind -T copy-mode-vi MouseDragEnd1Pane