helix/helix-view/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
2021-07-27 01:07:13 +09:00
..
clipboard.rs Added native Windows clipboard support (#373) 2021-06-30 17:11:56 +09:00
document.rs mark reloaded buffers as unchanged 2021-07-22 17:39:45 -07:00
editor.rs Allow multi key remappings in config file (#454) 2021-07-27 01:07:13 +09:00
graphics.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
info.rs Allow multi key remappings in config file (#454) 2021-07-27 01:07:13 +09:00
input.rs Allow multi key remappings in config file (#454) 2021-07-27 01:07:13 +09:00
keyboard.rs fix: crossterm -> input key conversion 2021-06-25 13:13:15 +09:00
lib.rs Add infobox 2021-07-04 18:01:59 +09:00
macros.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Color palettes (#393) 2021-06-30 23:24:30 +09:00
tree.rs Fix typo 2021-07-20 22:10:43 +09:00
view.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00