You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
If the
TERM
type is anything like xterm, you'll probably need to make a special mapping to make the ESC key work. For an example, see this post. -
asgeo1
Ah, thanks Wincent. This worked a treat:
if &term =~ "xterm" || &term =~ "screen"
let g:CommandTCancelMap = ['<ESC>', '<C-c>']
endif
Add a comment
Comments are now closed for this issue.