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/ui
PabloMansanet f7e00cf720
Configurable keys 2 (Mapping keys to commands) (#268)
* Add convenience/clarity wrapper for Range initialization

* Add keycode parse and display methods

* Add remapping functions and tests

* Implement key remapping

* Add remapping book entry

* Use raw string literal for toml

* Add command constants

* Make command functions private

* Map directly to commands

* Match key parsing/displaying to Kakoune

* Formatting pass

* Update documentation

* Formatting

* Fix example in the book

* Refactor into single config file

* Formatting

* Refactor configuration and add keymap newtype wrappers

* Address first batch of PR comments

* Replace FromStr with custom deserialize
3 years ago
..
completion.rs completion: Fix unimplemented autocomplete 3 years ago
editor.rs Configurable keys 2 (Mapping keys to commands) (#268) 3 years ago
markdown.rs Completion: Format docs tabs & highlight in the doc's native language 3 years ago
menu.rs Fix Shift-Tab for moving upwards in menu 3 years ago
mod.rs Remove RwLock for registers 3 years ago
picker.rs Add cursor kind to separate hidden cursor from pos 3 years ago
popup.rs Add cursor kind to separate hidden cursor from pos 3 years ago
prompt.rs Add cursor kind to separate hidden cursor from pos 3 years ago
text.rs Define text color (mostly) in theme.toml. 3 years ago