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: |
Go to Source of this post
Author Of this post:
Title Of post: Turning Off Visual Mode in VI
Author Link: {authorlink}