summaryrefslogtreecommitdiff
path: root/lib/key.ml
Commit message (Collapse)AuthorAgeFilesLines
* fix: map both CR and LF to 'Enter'Federico Igne2024-01-261-1/+1
|
* feat: add Ctrl-H as a synonim for BackspaceFederico Igne2024-01-231-1/+1
|
* feat: add partial chords to statusbarFederico Igne2024-01-231-0/+19
|
* feat: add support for rendering text (i.e. tabs)Federico Igne2024-01-221-0/+2
| | | | | | | This allows to have differences between the "raw" content of the buffer and its visualization on screen. At the time of writing this handles the rendering of tabs (i.e. '\t') as a fixed amount of spaces, but will be useful for syntax highlighting as well.
* bulk: add PoC of vim-like modular editorFederico Igne2024-01-111-0/+72