helix-mods/helix-view/src
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
2021-06-17 20:08:05 +09:00
..
document.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
editor.rs Add cursor kind to separate hidden cursor from pos 2021-06-15 23:46:21 +08:00
lib.rs Implement register selection 2021-06-07 21:52:09 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Add theme key for selected line number 2021-06-16 15:00:14 +09:00
tree.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
view.rs add alternate file (#223) 2021-06-12 21:21:06 +09:00