Turned off the blinking cursor
This commit is contained in:
parent
991c8bef99
commit
6dd90bc254
@ -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
|
||||
""""""""""""""""""""""""""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user