Forked from u0d7i/disable_vim_auto_visual_on_mouse.txt
Created
March 9, 2020 14:28
-
-
Save cequencer/d63a117de57d20fbc2ffd38f8b2bdd23 to your computer and use it in GitHub Desktop.
Revisions
-
u0d7i revised this gist
Jan 25, 2020 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,9 @@ 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: -
u0d7i created this gist
Aug 8, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Disable vim automatic visual mode on mouse select issue: :set mouse-=a add to ~/.vimrc: set mouse-=a