Skip to content

Commit

Permalink
Add cursor line in insert mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidoo committed Aug 23, 2017
1 parent 72c1000 commit dab5daf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,8 @@ if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif

let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=0\x7"

colorscheme Tomorrow-Night
highlight Error guifg=White guibg=Red

0 comments on commit dab5daf

Please sign in to comment.