Remove cursor settings
This commit is contained in:
parent
6da7f201fa
commit
a5c4defdf3
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue