Last active
September 26, 2018 12:21
-
-
Save czombos/d74be51516c0bb5292de5e1fe0ab59f8 to your computer and use it in GitHub Desktop.
Debian 9 Disable vim automatic visual mode on mouse select
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdit ~/.vim | |
cp /usr/share/vim/vim80/defaults.vim ~/.vim/vimrc | |
comment out those three lines with " to | |
"if has('mouse') | |
"set mouse=a | |
"endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment