Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: remove unneeded allocations when calling helix_view::Info::new | Alexis (Poliorcetics) Bourget | 2022-10-11 |
| | |||
* | Handle newlines in register infobox | Gokul Soumya | 2022-02-10 |
| | |||
* | Show infobox with register contents | Gokul Soumya | 2022-02-10 |
| | |||
* | Update to rust 1.58, fix a bunch of optional lints | Blaž Hrastnik | 2022-01-16 |
| | |||
* | Implement key ordering for info box | Daniel Ebert | 2021-11-03 |
| | |||
* | Refactor infobox rendering and parsing (#579) | Gokul Soumya | 2021-08-17 |
| | |||
* | Allow multi key remappings in config file (#454) | Gokul Soumya | 2021-07-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||
* | Info box add horizontal padding | Ivan Tham | 2021-07-04 |
| | |||
* | Reduce calculation and improve pattern in infobox | Ivan Tham | 2021-07-04 |
| | | | | | | - switch to use static OnceCell to calculate Info once - pass Vec<(&[KeyEvent], &str)> rather than Vec<(Vec<KeyEvent>, &str)> - expr -> tt to allow using | as separator, make it more like match | ||
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
| | |||
* | Add infobox | Ivan Tham | 2021-07-04 |