Skip to content

Instantly share code, notes, and snippets.

@idem2lyon
Created August 1, 2021 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idem2lyon/88cbbf054e532b163e2513aa9c24739b to your computer and use it in GitHub Desktop.
Save idem2lyon/88cbbf054e532b163e2513aa9c24739b to your computer and use it in GitHub Desktop.
Disable vim automatic visual mode on mouse select
issue: :set mouse-=a
add to ~/.vimrc: set mouse-=a
my ~/.vimrc for preserving global defaults and only changing one option:
source $VIMRUNTIME/defaults.vim
set mouse-=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment