Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsippl/dbdd85b67eb35fbe2df46f699d8952f7 to your computer and use it in GitHub Desktop.
Save rsippl/dbdd85b67eb35fbe2df46f699d8952f7 to your computer and use it in GitHub Desktop.
Disable vim automatic visual mode on mouse select
Add to ~/.vimrc:
set mouse-=a
Then uncomment these lines in /etc/vim/vimrc:
let g:skip_defaults_vim = 1
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment