vimrc: change caret colour in --I-- to purple
* better caret visibility on dark terminal background
This commit is contained in:
parent
6ddbf358ab
commit
9cdf3613e1
@ -223,7 +223,7 @@ if !has('nvim')
|
||||
let &t_SI = "\<Esc>Ptmux;\<Esc>\e[4 q\<Esc>\\"
|
||||
let &t_SI = "\<Esc>Ptmux;\<Esc>\e[2 q\<Esc>\\"
|
||||
else
|
||||
let &t_SI = "\e[12 q"
|
||||
let &t_SI = "\<Esc>]12;purple\x7"
|
||||
let &t_SR = "\e[4 q"
|
||||
let &t_EI = "\e[2 q"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user