On Mon, Jul 22, 2024 at 11:20 AM Greg Wooledge <[email protected]> wrote: > > On Mon, Jul 22, 2024 at 17:08:15 +0200, Thomas Schmitt wrote: > > Since an upgrade from Debian 11 to 12 the vim command > > > > :set mouse= > > > > does not disable the "GUI" interpretation of pasting text or numbers > > when vim is in normal mode [...] > > I'm not sure how you've got it configured, but just having a ~/.vimrc > file should be enough to disable the default system vimrc which has all > that broken mouse crap. > > Unless I've got another file somewhere that I've forgotten...? >
Not sure if related to the issue OP is having is the same but I had to add this to my ~/.vimrc: set mouse=v More discussion about the mouse setting here: https://unix.stackexchange.com/questions/139578/copy-paste-for-vim-is-not-working-when-mouse-set-mouse-a-is-on

