helix-mods/helix-term
Matouš Dzivjak afec54485a
feat(commands): command palette (#1400)
* feat(commands): command palette

Add new command to display command pallete that can be used
to discover and execute available commands.

Fixes: https://github.com/helix-editor/helix/issues/559

* Make picker take the whole context, not just editor

* Bind command pallete

* Typable commands also in the palette

* Show key bindings for commands

* Fix tests, small refactor

* Refactor keymap mapping, fix typo

* Ignore sequence key bindings for now

* Apply suggestions

* Fix lint issues in tests

* Fix after rebase

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2022-02-17 14:03:11 +09:00
..
src feat(commands): command palette (#1400) 2022-02-17 14:03:11 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs fix: Only parse git revision, don't use the tag for version 2022-02-03 01:19:44 +09:00
Cargo.toml Merge remote-tracking branch 'origin/master' into debug 2022-02-13 18:31:51 +09:00