proton icon indicating copy to clipboard operation
proton copied to clipboard

Command search with keybindings listed

Open danpolanco opened this issue 9 years ago • 2 comments

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.

danpolanco avatar Feb 11 '16 01:02 danpolanco

A relevant thought would be for command-palette to use the "This repository" method github uses for search:

screen shot 2016-02-10 at 7 02 58 pm

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.

danpolanco avatar Feb 11 '16 02:02 danpolanco

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.

richarddewit avatar Mar 25 '16 14:03 richarddewit