proton
proton copied to clipboard
Command search with keybindings listed
Perhaps when the user presses SPC + ?
it pulls up the command palette (default CTRL + SHIFT + P
) search bar. The other part would be to list the proton keybindings in the command palette instead of the atom provided keybindings.
A relevant thought would be for command-palette to use the "This repository" method github uses for search:
Instead of "This repository" perhaps it would have the mode listed (e.g. "Markdown")? Then, if you backspace further it would be a global command search.
I wonder if I should post something like this as a request in the command-palette repo... Or maybe this should be its own package.
I guess this should mirror Spacemacs more by using SPC : which lists all available commands as that's what's the command pallete also does.