Skip to content

Instantly share code, notes, and snippets.

@czombos
Last active September 26, 2018 12:21
Show Gist options
  • Save czombos/d74be51516c0bb5292de5e1fe0ab59f8 to your computer and use it in GitHub Desktop.
Save czombos/d74be51516c0bb5292de5e1fe0ab59f8 to your computer and use it in GitHub Desktop.
Debian 9 Disable vim automatic visual mode on mouse select
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