1
0
Fork 0

gvim settings should be kept in a separate config, if I ever need them

This commit is contained in:
Von Random 2016-12-13 12:40:31 +03:00
parent 72e8ef0d83
commit 25a54216ac

11
gvimrc Normal file
View file

@ -0,0 +1,11 @@
set guioptions=aegimLl
set mouse=a
set guifont=Fantasque\ Sans\ Mono\ 11
set novb
set guicursor=a:block "block cursor by default
set guicursor+=i:ver1-Cursor/lCursor "i-beam for insert mode
set guicursor+=r:hor1-Cursor/lCursor "underline for replace
set guicursor+=a:blinkon0 "and none of them should blink
set guiheadroom=0
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>