Windows Terminal has a strange relationship with the mouse that I don't understand, and that I want to disable:
- right-clicking to paste text will instead copy garbled characters in the command prompt
- in
vimrather than pasting it will switch me to "(insert) VISUAL" mode. - When using
tmuxpanes I won't be able to select text from a different pane.
How can I disable all these settings so that the mouse doesn't interact with the unix programs and cause eratic behaviour? Basically I want Windows Terminal to behave like putty as far as the mouse is concerned (I just want to use the mouse to select text and right-click to paste).
EDIT: I've noticed that I can achieve the desired behaviour by holding down shift while dragging to select text in the terminal. This has the desired effect. How can I make it so it always behaves like this, rather than having to press shift?