Simplify keybindings
Maybe we can add the simplified keys in parallel with the originals? That way we don't break anyone's workflow and we get the simplified keys. What do you think?
it seems a little fishy to me. In my opinion, we should either break everyone now (and document how to unbreak users in readme) or document how to change the default and stick to it.
I'm not a fan breaking changes. If people want to change the keybindings they can. But I don't have a view of how many people actually use this package and the original keybindings. If we do decide to change it, maybe copy the spacemacs standard?
https://github.com/syl20bnr/spacemacs/blob/ee9201efe789e1f1dbff3c15aa9e394265c664e1/layers/%2Blang/rust/packages.el#L35-L57
I'm ok with any variant.
Another approach can be creating a new library and deprecate this one. IMHO I think breaking workflow for some users if we provide a better workflow is ok.
Also, does elpa provide updates based on major version of the library?