You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
Here's what I have in my
~/.vimrc
for this:if &term =~ "screen" || &term =~ "xterm" let g:CommandTCancelMap = ['<ESC>', '<C-c>'] let g:CommandTSelectNextMap = ['<C-j>', '<ESC>OB'] let g:CommandTSelectPrevMap = ['<C-k>', '<ESC>OA'] endif
Right now I can't remember the exact details of why that line was added, but I do remember that at the time the terminal(s) I tested on were misbehaving when
<ESC>
was in the list. I haven't retested since then. -
anonymous
Hmmm, thanks, it's working well. But I think it's need to be documented, because of this behaviour is not obvious at all.
Add a comment
Comments are now closed for this issue.