1
0
Fork 0
vdotfiles/gvimrc

15 lines
418 B
VimL
Raw Normal View History

if has('win32')
set guifont=Fantasque_Sans_Mono:h11
else
set guifont=Fantasque\ Sans\ Mono\ 11
endif
if exists("g:lightline")
unlet g:lightline.separator
unlet g:lightline.subseparator
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>