Skip to content

Instantly share code, notes, and snippets.

@nhthai2005
Last active April 15, 2022 08:19
Show Gist options
  • Save nhthai2005/2e87c1b043f39b83be7dadd76f52c3a3 to your computer and use it in GitHub Desktop.
Save nhthai2005/2e87c1b043f39b83be7dadd76f52c3a3 to your computer and use it in GitHub Desktop.
Howto Disable vim automatic visual mode on mouse select
# Disable vim automatic visual mode on mouse select
source /usr/share/vim/vim82/defaults.vim
# set compatible
set mouse-=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment