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-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
3 years ago
..
clipboard.rs Added native Windows clipboard support (#373) 3 years ago
document.rs mark reloaded buffers as unchanged 3 years ago
editor.rs Allow multi key remappings in config file (#454) 3 years ago
graphics.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
info.rs Allow multi key remappings in config file (#454) 3 years ago
input.rs Allow multi key remappings in config file (#454) 3 years ago
keyboard.rs fix: crossterm -> input key conversion 3 years ago
lib.rs Add infobox 3 years ago
macros.rs Replace `Editor::current` by a macro 3 years ago
register_selection.rs Implement missing Debug and update Cargo.lock 3 years ago
theme.rs Color palettes (#393) 3 years ago
tree.rs Fix typo 3 years ago
view.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago