Skip to content

Instantly share code, notes, and snippets.

@kiwimato
Created November 16, 2021 23:14
Show Gist options
  • Save kiwimato/e808efdd8def2af47589a189df4ddc6b to your computer and use it in GitHub Desktop.
Save kiwimato/e808efdd8def2af47589a189df4ddc6b to your computer and use it in GitHub Desktop.
Disable annoying vim mouse feature
cat >~/.vimrc<<'EOF'
source $VIMRUNTIME/defaults.vim
set mouse-=a
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment