| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: naming convention in zipper | Federico Igne | 2024-01-22 | 2 | -109/+112 |
| | | | | | | | | Unless specified otherwise: - "before" and "left" mean "before the cursor"; - "right" mean "after (and including) the cursor"; - "after" mean "after (i.e., excluding) the cursor". | ||||
| * | feat(mappings): Page Up/Down, Ctrl-F/B/D/U, Home, End | Federico Igne | 2024-01-22 | 2 | -4/+42 |
| | | |||||
| * | build: enable debugging via 'ocamldebugger' and DAP | Federico Igne | 2024-01-22 | 3 | -1/+7 |
| | | |||||
| * | feat: add '0' and '$' movements | Federico Igne | 2024-01-12 | 2 | -37/+67 |
| | | |||||
| * | feat: add support for "instant" normal commands (like [J]oin) | Federico Igne | 2024-01-12 | 3 | -62/+125 |
| | | |||||
| * | fixme: add note for future self about rendering bug | Federico Igne | 2024-01-12 | 1 | -0/+6 |
| | | |||||
| * | feat: allow backspace and delete to span multiple lines in insert mode | Federico Igne | 2024-01-12 | 2 | -5/+26 |
| | | |||||
| * | refactor: cursor movement function names to avoid clashes | Federico Igne | 2024-01-12 | 2 | -11/+15 |
| | | |||||
| * | feat(zipper): add function to map on cursor focus with default | Federico Igne | 2024-01-12 | 2 | -0/+9 |
| | | |||||
| * | fear(zipper): add function to join two zippers | Federico Igne | 2024-01-12 | 2 | -0/+5 |
| | | |||||
| * | fix: off-by-one error in cursor update procedure | Federico Igne | 2024-01-11 | 1 | -2/+2 |
| | | |||||
| * | fix: open an empty buffer if requested file does not exist. | Federico Igne | 2024-01-11 | 1 | -3/+14 |
| | | |||||
| * | refactor: revert temporary naming | Federico Igne | 2024-01-11 | 2 | -4/+4 |
| | | |||||
| * | bulk: add PoC of vim-like modular editor | Federico Igne | 2024-01-11 | 13 | -1/+1187 |
| | | |||||
| * | build: update project dependences | Federico Igne | 2024-01-11 | 3 | -2/+4 |
| | | |||||
| * | feat: add project structure | Federico Igne | 2023-12-30 | 8 | -0/+59 |
| | | |||||
| * | feat: add development flake | Federico Igne | 2023-12-30 | 2 | -0/+243 |
| | | |||||
| * | origin: initial commit | Federico Igne | 2023-12-30 | 1 | -0/+67 |
