public:disabling_mouse_support_in_vim
This is an old revision of the document!
Disabling mouse support in VIM
Vim nowadays supports your mouse in the terminal. Unfortunately, it interferes when simply selecting text for other purposes. You can disable mouse support in VIM by:
Executing the following one-off command in VIM:
:set mouse=
You can also put the same command (without the leading :) in /etc/vim/vimrc (=system-wide).
public/disabling_mouse_support_in_vim.1717745990.txt.gz · Last modified: by thomas
