gvim settings should be kept in a separate config, if I ever need them
This commit is contained in:
parent
72e8ef0d83
commit
25a54216ac
1 changed files with 11 additions and 0 deletions
11
gvimrc
Normal file
11
gvimrc
Normal 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>
|
Loading…
Reference in a new issue