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
|
let &t_EI = "\e[2 q" " cursor block otherwise
|
||||||
|
|
||||||
" reset cursor on start:
|
" reset cursor on start:
|
||||||
augroup cursorCmds
|
augroup cursorgroup
|
||||||
au!
|
autocmd!
|
||||||
autocmd VimEnter * silent !echo -ne "\e[2 q"
|
autocmd VimEnter * silent !echo -e "\e[2 q"
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
set number " show line numbers
|
set number " show line numbers
|
||||||
|
|
Loading…
Add table
Reference in a new issue