mirror of
1
0
Fork 0

Remove cursor settings

This commit is contained in:
jaegukhyun 2022-10-23 01:57:34 +09:00
parent 6da7f201fa
commit a5c4defdf3
1 changed files with 0 additions and 11 deletions

View File

@ -31,17 +31,6 @@ set guioptions-=L
set background=dark
colorscheme gruvbox
" if has("autocmd")
" au VimEnter,InsertLeave * silent execute '!echo -ne "\e[2 q"' | redraw!
" au InsertEnter,InsertChange *
" \ if v:insertmode == 'i' |
" \ silent execute '!echo -ne "\e[6 q"' | redraw! |
" \ elseif v:insertmode == 'r' |
" \ silent execute '!echo -ne "\e[4 q"' | redraw! |
" \ endif
" au VimLeave * silent execute '!echo -ne "\e[ q"' | redraw!
" endif
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Fast editing and reloading of vimrc configs
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""