mirror of https://github.com/helix-editor/helix
* 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> |
||
---|---|---|
.. | ||
completion.rs | ||
editor.rs | ||
info.rs | ||
markdown.rs | ||
menu.rs | ||
mod.rs | ||
overlay.rs | ||
picker.rs | ||
popup.rs | ||
prompt.rs | ||
spinner.rs | ||
text.rs |