Jelmerro / Vieb

Vim Inspired Electron Browser - Vim bindings for the web by design
https://vieb.dev
GNU General Public License v3.0
1.29k stars 61 forks source link

imap jk <toNormalMode> not sending j with a delay #496

Closed se7en-x230 closed 12 months ago

se7en-x230 commented 1 year ago

My settings are: set timeoutlen=1500 imap jk <toNormalMode>

jk is also set as toNormalMode in cmap and emap

This worked fine till the last update j typing has a slight delay but works. That is still the case in cmap and emap but imap times out without sending the j letter. Meaning I cant't type j in insert mode but it works in the other modes.

Jelmerro commented 12 months ago

Fixed in 10.1.1 :tada: