You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term/src
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
3 years ago
..
ui Allow multi key remappings in config file (#454) 3 years ago
application.rs Changed startup behaviour to only open a single view when multiple files are specified on the commandline. 3 years ago
args.rs Address nightly clippy warnings 3 years ago
commands.rs Allow multi key remappings in config file (#454) 3 years ago
compositor.rs Resume last picker 3 years ago
config.rs Allow multi key remappings in config file (#454) 3 years ago
job.rs fix: Temporary fix for #402 3 years ago
keymap.rs Allow multi key remappings in config file (#454) 3 years ago
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 3 years ago
main.rs Fix previous broken refactor key into helix-view 3 years ago