| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add ability to paste text from a register | Federico Igne | 2024-01-24 | 1 | -1/+11 |
| | | | | | | Register are simplier than Vim register, in particular no register is local to buffers. | ||||
| * | refactor: naming convention in zipper | Federico Igne | 2024-01-22 | 1 | -54/+42 |
| | | | | | | | | 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(zipper): add function to map on cursor focus with default | Federico Igne | 2024-01-12 | 1 | -0/+5 |
| | | |||||
| * | fear(zipper): add function to join two zippers | Federico Igne | 2024-01-12 | 1 | -0/+1 |
| | | |||||
| * | bulk: add PoC of vim-like modular editor | Federico Igne | 2024-01-11 | 1 | -0/+131 |
