Switch from block cursor to insert cursor

3 Points

Chris McCoy Chris McCoy

9 years ago

switch from block cursor to vertical line-cursor when going in and out of insert mode

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