aboutsummaryrefslogtreecommitdiff
path: root/book/src/remapping.md
Commit message (Collapse)AuthorAge
* Add docs for registers, multi key remaps (#557)Gokul Soumya2021-08-18
|
* fix: Docs, `select_line` -> `extend_line`wojciechkepka2021-06-23
|
* Fix docx formatting and linksGokul Soumya2021-06-20
|
* Fix typos in Markdown documentationPerry Thompson2021-06-17
|
* Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17
* 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