Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Stop changing cursor in inset mode due to tmux issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hodgson committed Apr 23, 2018
1 parent 4952747 commit 3158f31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3158f31

Please sign in to comment.