Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: map both CR and LF to 'Enter' | Federico Igne | 2024-01-26 | 1 | -1/+1 |
| | |||||
* | feat: add Ctrl-H as a synonim for Backspace | Federico Igne | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | feat: add partial chords to statusbar | Federico Igne | 2024-01-23 | 1 | -0/+19 |
| | |||||
* | feat: add support for rendering text (i.e. tabs) | Federico Igne | 2024-01-22 | 1 | -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 editor | Federico Igne | 2024-01-11 | 1 | -0/+72 |