helix/helix-term/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
..
ui Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
application.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
args.rs Separate helix-term as a library 2021-06-07 21:35:31 +08:00
commands.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
compositor.rs Add cursor kind to separate hidden cursor from pos 2021-06-15 23:46:21 +08:00
config.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
keymap.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
lib.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
main.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00