1
0
Fork 0

gvimrc is back, vimrc tweaks

This commit is contained in:
Von Random 2018-06-28 19:24:31 +03:00
parent 2ac396d59a
commit 7cfec077c1
2 changed files with 16 additions and 21 deletions

9
gvimrc Normal file
View file

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