Dup Ver Goto 📝

Neovim mouse integration

PT2/editor/nvim/mouse nvim neovim mouse does not exist
To
19 lines, 68 words, 406 chars Page 'Mouse1' does not exist.

With mouse integration, you can right click. The menu indicates how to disable.

If you want top copy and paste, you need to disable mouse integration. To do this

set mouse=

To re-enable it

set mouse=nvi

To see current mouse mode

set mouse?

Also mouse is not enabled in command mode. So you can press : to temporarily disable the mouse.