Created
November 16, 2021 23:14
-
-
Save kiwimato/e808efdd8def2af47589a189df4ddc6b to your computer and use it in GitHub Desktop.
Disable annoying vim mouse feature
This file contains 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 characters
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