Skip to content

Instantly share code, notes, and snippets.

View Ethnical's full-sized avatar
🪒
As long as there are builders, there is a future.

Ethnical

🪒
As long as there are builders, there is a future.
View GitHub Profile
@u0d7i
u0d7i / disable_vim_auto_visual_on_mouse.txt
Last active September 11, 2026 08:27
Disable vim automatic visual mode on mouse select
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