Browse Source

Enable different cursor shape in normal and insert mode

pull/1/head
Harish.K 10 years ago
parent
commit
042059ef22
  1. 3
      home/.nvim/nvimrc

3
home/.nvim/nvimrc

@ -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"

Loading…
Cancel
Save