1
0
Fork 0

more vim tweaks, no more vimplugins and gvimrc

This commit is contained in:
Von Random 2018-06-23 13:36:29 +03:00
parent c571647330
commit 5738b8d1ea
3 changed files with 14 additions and 72 deletions

10
gvimrc
View file

@ -1,10 +0,0 @@
if has('win32')
set guifont=Fantasque_Sans_Mono:h11
else
set guifont=Fantasque\ Sans\ Mono\ 11
endif
set guiheadroom=0 guioptions=aei mouse=a
set noerrorbells visualbell t_vb=
set guicursor=a:blinkon0,a:block,i:ver1-Cursor/lCursor,r:hor1-Cursor/lCursor
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>