helix-mods/helix-term/src/ui
Gokul Soumya 88d6f65239
Allow multi key remappings in config file (#454)
* Use tree like structure to store keymaps

* Allow multi key keymaps in config file

* Allow multi key keymaps in insert mode

* Make keymap state self contained

* Add keymap! macro for ergonomic declaration

* Add descriptions for editor commands

* Allow keymap! to take multiple keys

* Restore infobox display

* Fix keymap merging and add infobox titles

* Fix and add tests for keymaps

* Clean up comments and apply suggestions

* Allow trailing commas in keymap!

* Remove mode suffixes from keymaps

* Preserve order of keys when showing infobox

* Make command descriptions smaller

* Strip infobox title prefix from items

* Strip infobox title prefix from items
2021-07-27 01:07:13 +09:00
..
completion.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
editor.rs Allow multi key remappings in config file (#454) 2021-07-27 01:07:13 +09:00
info.rs Allow multi key remappings in config file (#454) 2021-07-27 01:07:13 +09:00
markdown.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
menu.rs fix: ui/menu: Don't allow scrolling past the end of completion 2021-07-23 18:12:33 +09:00
mod.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09:00
picker.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09:00
popup.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
prompt.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09:00
spinner.rs Add a Spinner 2021-06-21 12:59:06 +09:00
text.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00