| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
* Update book to include typable command remapping
* Add additional example
|
|
|
|
| |
Fixes #1150
|
| |
|
|
|
|
|
|
|
|
|
| |
* Allow keys to be mapped to sequences of commands
* Handle `Sequence` at the start of `Keymap::get`
* Use `"[Multiple commands]"` as command sequence doc
* Add command sequence example to `remapping.md`
|
| |
|
| |
|
|
|
|
|
| |
* Add `no_op` command
* Document `no_op` in `remapping.md`
|
| |
|
| |
|
| |
|
| |
|
|
* 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
|