Stop changing cursor in inset mode due to tmux issue
This commit is contained in:
parent
4952747d6a
commit
3158f31419
1 changed files with 6 additions and 6 deletions
12
.vimrc
12
.vimrc
|
@ -79,14 +79,14 @@ set showcmd
|
|||
"Ps = 4 -> steady underline.
|
||||
"Ps = 5 -> blinking bar (xterm).
|
||||
"Ps = 6 -> steady bar (xterm).
|
||||
let &t_SI = "\e[5 q"
|
||||
let &t_EI = "\e[1 q"
|
||||
" let &t_SI = "\e[5 q"
|
||||
" let &t_EI = "\e[1 q"
|
||||
|
||||
" optional reset cursor on start:
|
||||
augroup myCmds
|
||||
au!
|
||||
autocmd VimEnter * silent !echo -ne "\e[2 q"
|
||||
augroup END
|
||||
" augroup myCmds
|
||||
" au!
|
||||
" autocmd VimEnter * silent !echo -ne "\e[2 q"
|
||||
" augroup END
|
||||
|
||||
" Plugin Options {{{1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue