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
Maybe add a g:mundo_mappings_nowait setting? Or maybe something else? Usually I'm not a huge fan of adding settings, but I don't really see a good alternative.
Anyway, let me know and I can write a patch.
The text was updated successfully, but these errors were encountered:
I'd like to add
<nowait>
to the mundo mappings, so e.g.q
doesn't wait on the timeout and is immediate.Adding this by default can be surprising, so that's probably not a good idea. Right now the only way is remapping everything with:
Which isn't ideal, and the only reason it works now is probably an (unexpected) implementation detail as it does:
But this can change in the future.
Maybe add a
g:mundo_mappings_nowait
setting? Or maybe something else? Usually I'm not a huge fan of adding settings, but I don't really see a good alternative.Anyway, let me know and I can write a patch.
The text was updated successfully, but these errors were encountered: