Last active
April 15, 2022 08:19
-
-
Save nhthai2005/2e87c1b043f39b83be7dadd76f52c3a3 to your computer and use it in GitHub Desktop.
Howto 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
# 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