Commit Graph

6 Commits (96945be1a8d551f09865f13a7d8972174dbbc1c8)

Author SHA1 Message Date
Omnikar 3e12b00993
Add `no_op` command (#743)
* Add `no_op` command

* Document `no_op` in `remapping.md`
2021-09-13 17:48:12 +09:00
Gokul Soumya b59b248561
Add docs for registers, multi key remaps (#557) 2021-08-18 09:53:50 +09:00
wojciechkepka ed6528b9a6 fix: Docs, `select_line` -> `extend_line` 2021-06-23 16:23:15 +09:00
Gokul Soumya 29f77b9c5f Fix docx formatting and links 2021-06-20 13:04:30 +09:00
Perry Thompson f65db9397a Fix typos in Markdown documentation 2021-06-17 18:39:29 -04:00
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