gvimrc is back, vimrc tweaks
This commit is contained in:
parent
2ac396d59a
commit
7cfec077c1
2 changed files with 16 additions and 21 deletions
9
gvimrc
Normal file
9
gvimrc
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue