Created
June 21, 2019 11:30
-
-
Save MOZGIII/a97c82f2bf1c24d115b20f11fa97bf32 to your computer and use it in GitHub Desktop.
VIM with fckn mouse support off
This file contains hidden or 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
" /etc/vim/vimrc.local | |
" honor skip_defaults_vim from the master /etc/vim/vimrc file | |
if ! exists('skip_defaults_vim') | |
" Source the defaults file manually from here | |
source $VIMRUNTIME/defaults.vim | |
endif | |
" avoid loading the defaults twice | |
let g:skip_defaults_vim = 1 | |
" revert any unwanted changes the defaults file introduced | |
set mouse= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment