Enable different cursor shape in normal and insert mode

This commit is contained in:
2016-01-04 00:22:06 +05:30
parent cb78a0cc45
commit 042059ef22
+3
View File
@@ -436,3 +436,6 @@ nmap <Leader>a<Bar> :Tabularize /<Bar><CR>
vmap <Leader>a<Bar> :Tabularize /<Bar><CR> vmap <Leader>a<Bar> :Tabularize /<Bar><CR>
" } " }
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_SR = "\<Esc>]50;CursorShape=2\x7"
let &t_EI = "\<Esc>]50;CursorShape=0\x7"