Turned off the blinking cursor

This commit is contained in:
Marcin Woźniak 2021-11-20 14:58:15 +01:00
parent 991c8bef99
commit 6dd90bc254
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -70,8 +70,10 @@ set ic
" cursor
set guicursor=
set guicursor+=a:blinkon0
let &t_SI = "\<esc>[6 q"
let &t_EI = "\<esc>[2 q"
let &t_SR = "\<esc>[6 q"
let &t_EI = "\<esc>[6 q"
""""""""""""""""""""""""""""""""
" Plugins
@ -134,7 +136,6 @@ let NERDTreeShowHidden=1
" latex
let g:tex_flavor = "latex"
""""""""""""""""""""""""""""""""
" Theme
""""""""""""""""""""""""""""""""