diff --git a/editors/vim/ui.vim b/editors/vim/ui.vim index 645fa80..5d09601 100644 --- a/editors/vim/ui.vim +++ b/editors/vim/ui.vim @@ -135,3 +135,9 @@ syntax on " For when other people use my setup nmap \ + + " May only work in iTerm2 and may have other bad effects, + " but this shows a block in normal mode, and vertical bar + " in insert mode. + let &t_SI = "\]50;CursorShape=1\x7" + let &t_EI = "\]50;CursorShape=0\x7"