Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(zipper): add option to not move past last element when moving right | Federico Igne | 2024-01-28 | 1 | -9/+15 |
| | |||||
* | refactor: make zippers return 'pop'ped elements | Federico Igne | 2024-01-26 | 1 | -2/+7 |
| | |||||
* | 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 |