i hate vim bundles

This commit is contained in:
hellerve
2016-06-02 12:06:16 +02:00
parent ea4233defb
commit d780a9378b
35 changed files with 22 additions and 31 deletions

3
vimrc
View File

@@ -168,9 +168,6 @@ nnoremap <leader>ma :set mouse=a<cr>
" Turn mouse mode off
nnoremap <leader>mo :set mouse=<cr>
" remove trailing spaces
command Remtrail %s/ +$//g
" Default to mouse mode on
set mouse=a
" }}}