Forked from u0d7i/disable_vim_auto_visual_on_mouse.txt
Created
November 30, 2017 07:06
-
-
Save ThreeNG/1a91ab9135c56e01b8557242a518621c to your computer and use it in GitHub Desktop.
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 | |
issue: :set mouse-=a | |
add to ~/.vimrc: set mouse-=a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment