You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I insert "j" into an insert field, it doesn't insert anything at all (even if I continue to insert other non "k" characters afterwards). I have to insert "j" twice in order to insert 1 character.
This is inconsistent with how VIM works. In VIM, if I have the above mapping, and I insert the "j" character it "waits" to see if the next character inserted matches the map. If it does not, it successfully inserts the "j" character (as well as the next character inserted).
The text was updated successfully, but these errors were encountered:
If I have a mapping like this in vimb:
And I insert "j" into an insert field, it doesn't insert anything at all (even if I continue to insert other non "k" characters afterwards). I have to insert "j" twice in order to insert 1 character.
This is inconsistent with how VIM works. In VIM, if I have the above mapping, and I insert the "j" character it "waits" to see if the next character inserted matches the map. If it does not, it successfully inserts the "j" character (as well as the next character inserted).
The text was updated successfully, but these errors were encountered: