diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index ca21139..1b3a632 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -135,9 +135,9 @@ let &t_SR = "\e[3 q" " cursor underline on replace mode let &t_EI = "\e[2 q" " cursor block otherwise " reset cursor on start: -augroup cursorCmds -au! -autocmd VimEnter * silent !echo -ne "\e[2 q" +augroup cursorgroup + autocmd! + autocmd VimEnter * silent !echo -e "\e[2 q" augroup END set number " show line numbers