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
Currently if plugins would like to add aliases or keybindings during the init process, they would have to replace all the existing aliases/keybindings since with_aliases will replace all the existing aliases. We should create new functions called push_alias or insert_alias that allow us to insert single aliases
The text was updated successfully, but these errors were encountered:
What would you like to see added?
Currently if plugins would like to add aliases or keybindings during the init process, they would have to replace all the existing aliases/keybindings since
with_aliases
will replace all the existing aliases. We should create new functions calledpush_alias
orinsert_alias
that allow us to insert single aliasesThe text was updated successfully, but these errors were encountered: