1
0
Fork 0
vdotfiles/gvimrc

10 lines
316 B
VimL
Raw Normal View History

2018-06-28 19:24:31 +03:00
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>