Skip to content

Instantly share code, notes, and snippets.

@Haeniken
Created September 29, 2021 19:36
Show Gist options
  • Save Haeniken/7e7694c5f2a0f3a3a3670e3fa494605b to your computer and use it in GitHub Desktop.
Save Haeniken/7e7694c5f2a0f3a3a3670e3fa494605b to your computer and use it in GitHub Desktop.
Disable vim visual
; Disable vim automatic visual mode on mouse select
; vim ~/.vimrc
; ---
source $VIMRUNTIME/defaults.vim
set mouse-=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment