Updated vim
Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
parent
e18e272a06
commit
c01050c4d3
5
.vimrc
5
.vimrc
@ -70,6 +70,11 @@ set t_vb=
|
|||||||
set incsearch
|
set incsearch
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
|
" cursor
|
||||||
|
let &t_SI = "\<esc>[5 q"
|
||||||
|
let &t_SR = "\<esc>[5 q"
|
||||||
|
let &t_EI = "\<esc>[2 q"
|
||||||
|
|
||||||
" colors
|
" colors
|
||||||
colorscheme desert
|
colorscheme desert
|
||||||
hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE
|
hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE
|
||||||
|
Loading…
Reference in New Issue
Block a user