diff --git a/vimrc b/vimrc index ddb49fac..1ea4105a 100644 --- a/vimrc +++ b/vimrc @@ -104,11 +104,11 @@ autocmd VimResized * :wincmd = " Fix Cursor in TMUX if exists('$TMUX') - let &t_SI = "\Ptmux;\\]50;CursorShape=1\x7\\\" - let &t_EI = "\Ptmux;\\]50;CursorShape=0\x7\\\" + let &t_SI = "\Ptmux;\\]1337;CursorShape=1\x7\\\" + let &t_EI = "\Ptmux;\\]1337;CursorShape=0\x7\\\" else - let &t_SI = "\]50;CursorShape=1\x7" - let &t_EI = "\]50;CursorShape=0\x7" + let &t_SI = "\]1337;CursorShape=1\x7" + let &t_EI = "\]1337;CursorShape=0\x7" endif " Don't copy the contents of an overwritten selection.