disable cursor blinking in gvim
This commit is contained in:
parent
a1fa7f464a
commit
cd17806d85
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -120,6 +120,7 @@ if v:version >= 700
|
|||
set mouse=a
|
||||
set guifont=Monofur\ 11
|
||||
set novb
|
||||
set guicursor=a:blinkon0
|
||||
map <S-Insert> <MiddleMouse>
|
||||
map! <S-Insert> <MiddleMouse>
|
||||
colorscheme jellybeans
|
||||
|
|
Loading…
Reference in a new issue