gvim config refactor, no more scrollbars
This commit is contained in:
parent
682e8a8ff5
commit
faa0dacc0a
1 changed files with 5 additions and 9 deletions
14
gvimrc
14
gvimrc
|
@ -1,17 +1,13 @@
|
|||
" solarized for gvim
|
||||
" solarized cursor for gvim
|
||||
highlight Cursor guibg=#dc322f guifg=#fdf6e3
|
||||
set guioptions=aeilL
|
||||
set mouse=a
|
||||
|
||||
if has('win32')
|
||||
set guifont=Fantasque_Sans_Mono:h11
|
||||
else
|
||||
set guifont=Fantasque\ Sans\ Mono\ 11
|
||||
endif
|
||||
set noeb vb t_vb=
|
||||
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
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue