I'm trying to map <Esc>
to turn off search highlighting in Vim. The problem is that keys simulated by the terminal with +Esc
are affected.
The terminal sends characters much fast than I type. Is there perhaps a way to map key + timeout in vim?
The same question was asked 4 years ago and the answer was that it can't be done. Is this (still) true?