Closed sheerun closed 11 years ago
Can we re-open this? I'm getting the same issue with the latest version. Only seems to crop up in terminal vim.
It works as expected for me. What terminal do you use? can you start with a bare vimrc and find the steps to reproduce the issue? let me know when you find them.
Happens with -u NONE on iTerm2 and Terminal.app. Seems delimitMate isn't actually the issue.
Check out :help 'timeout'
, :help 'ttimeout'
, :help 'timeoutlen'
, and :help 'ttimeoutlen'
. Issue could be in one of those settings.
As it turned out, the issue was in a different mapping I had over <Esc>
inoremap <expr> <Esc> pumvisible() ? "\<C-e>" : "\<Esc>"
All is good now
For example right arrow inserts C, up arrow A etc.