From 5aa3931a900005cb47709438f49bdf752eb9abf7 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 2 May 2020 21:40:52 +0200 Subject: [PATCH] Add blank line to VimEnter to avoid cluttering the statusline --- dotfiles/vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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