Branch | Commit message | Author | Age | |
---|---|---|---|---|
master | feat: add non-linear change history with undo/redo | Federico Igne | 14 months | |
Age | Commit message | Author | Files | Lines |
2024-01-28 | feat: add non-linear change history with undo/redoHEADmaster | Federico Igne | 3 | -17/+123 |
2024-01-28 | feat: add generic tree zipper data structure | Federico Igne | 2 | -0/+138 |
2024-01-28 | feat(zipper): add option to not move past last element when moving right | Federico Igne | 2 | -19/+31 |
2024-01-28 | feat: add goto (G key) command | Federico Igne | 3 | -2/+9 |
2024-01-28 | feat: add plain search functionality (with history) | Federico Igne | 6 | -38/+229 |
2024-01-26 | feat: yank text to registers when yanking, changing or deleting | Federico Igne | 2 | -140/+184 |
2024-01-26 | refactor: turn editor buffer into a state monad | Federico Igne | 1 | -82/+189 |
2024-01-26 | fix: map both CR and LF to 'Enter' | Federico Igne | 1 | -1/+1 |
2024-01-26 | refactor: make zippers return 'pop'ped elements | Federico Igne | 2 | -21/+14 |
2024-01-26 | fix: make '[J]oin' join at least 2 lines | Federico Igne | 1 | -2/+2 |
[...] | ||||
Clone | ||||
https://git.dyamon.me/projects/sandy |