Skip to content

Instantly share code, notes, and snippets.

@MOZGIII
Created June 21, 2019 11:30
Show Gist options
  • Save MOZGIII/a97c82f2bf1c24d115b20f11fa97bf32 to your computer and use it in GitHub Desktop.
Save MOZGIII/a97c82f2bf1c24d115b20f11fa97bf32 to your computer and use it in GitHub Desktop.
VIM with fckn mouse support off
" /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