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
I was working on this the other day, after testing out vim-gita. Many of its mappings consist of the same key twice (<< for stage, >> for unstage, -- for toggle, and so on).
I don't think it is actually flattening you are after but rather skipping a level in the mapping tree. I believe there is a slight difference that comes into play when there is a third level of mappings.
In your example:
[b] is not a mapping but a group.
With flattening the top level shows: [aba] SomeSubCommandA [abb] SomeSubCommandB
Instead of showing:
After pressing Leader
Then press a
Show this directly:
After pressing Leader
The text was updated successfully, but these errors were encountered: