To change the shape of the cursor in different modes, you can add the following into your vimrc: "Mode Settings let&t_SI.="\e[5 q" "SI= INSERT mode let&t_SR.="\e[4 q" "SR= REPLACE mode let&t_EI.="\e[1 q" "EI= NORMAL mode (ELSE) "Cursor settings: " 1 -> blinking block " 2 -> solid block " 3 -> blinking underscore " 4 -> solid underscore " 5 -> blinking vertical bar " 6 -> solid vertical bar let&t_SI= "\]50;CursorShape=1\x7" let&t_SR= "\]50;CursorShape=2\x7" let&t_EI...

















