mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Remove cursor settings
This commit is contained in:
parent
6da7f201fa
commit
a5c4defdf3
@ -31,17 +31,6 @@ set guioptions-=L
|
|||||||
set background=dark
|
set background=dark
|
||||||
colorscheme gruvbox
|
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
|
" => Fast editing and reloading of vimrc configs
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
Loading…
Reference in New Issue
Block a user