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
input chains are command mappings like gg, dw, etc that are composed of several, chained inputs. Some of these will have timeouts, i.e. mappings in insert mode (kj for escape is a typical example), whereas others are basically leader binds that shouldn't have a timeout. We should check if we can unify those or if they are conceptually different, and then implement both.
The text was updated successfully, but these errors were encountered:
input chains are command mappings like
gg
,dw
, etc that are composed of several, chained inputs. Some of these will have timeouts, i.e. mappings in insert mode (kj
for escape is a typical example), whereas others are basically leader binds that shouldn't have a timeout. We should check if we can unify those or if they are conceptually different, and then implement both.The text was updated successfully, but these errors were encountered: