Rationale:
- Packages and users need free, available keybindings for frequent actions, and this package is using a valuable one that provides value only occasionally
- Keybinding resolver is likely a power user feature for finding available keybindings
- Even in the power user case, keybinding resolver is less likely to be used compared to core editing/view command directly related to code
- Power users likely already use the command palette or bind their own keybindings, so they can easily work around this.
- Many, many users accidentally trigger the keybinding resolver as the binding is so simple, and aren't sure how to hide it. Worse, it takes up a lot of room and its height varies depending on what's typed!
Another alternative would be not to distribute keybinding resolver by default with Atom and leave installing it to those who actively reconfigure their keybindings, or package authors. But I think this is less desirable :P
Thanks for considering!