How do I change the cursor shape for different Vim modes in the terminal?
:let &t_SI = "\e[6 q"
Modern terminals support cursor shape changes via escape sequences.
:let &t_SI = "\e[6 q"
Modern terminals support cursor shape changes via escape sequences.