Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Vimode problem (key press dropping)



On 2015-07-29 04:26, Oliver Kiddle wrote:
The problem is that from vi command mode, the escape key is not bound to
anything. If you bind escape to do absolutely nothing, the problem goes
away.

  bindkey -as '\e' ''

Or alternatively, the following is what vim does:

  bindkey -a '\e' beep

Oliver

That solved the problem!, thank you very much!



Messages sorted by: Reverse Date, Date, Thread, Author