summaryrefslogtreecommitdiff
path: root/lib/zipper.ml
Commit message (Collapse)AuthorAgeFilesLines
* refactor: naming convention in zipperFederico Igne2024-01-221-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 defaultFederico Igne2024-01-121-0/+5
|
* fear(zipper): add function to join two zippersFederico Igne2024-01-121-0/+1
|
* bulk: add PoC of vim-like modular editorFederico Igne2024-01-111-0/+131