Add blank line to VimEnter to avoid cluttering the statusline
This commit is contained in:
parent
ba7a7478da
commit
5aa3931a90
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue