Disable annoying features in console vim
Mouse
If you like to copy text in vim to another software, such as browser, another shell window, etc., disable Mouse VISUAL.
set mouse=
set ttymouse=
Paste
To paste text into vim window, do
set paste
If you like to copy text in vim to another software, such as browser, another shell window, etc., disable Mouse VISUAL.
set mouse=
set ttymouse=
To paste text into vim window, do
set paste