index
:
sandy
master
A vim-like terminal text editor in OCaml.
Federico Igne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: add simple status bar with timed status message support
Federico Igne
2024-01-23
6
-7
/
+131
*
feat: add support for rendering text (i.e. tabs)
Federico Igne
2024-01-22
3
-64
/
+211
*
refactor: naming convention in zipper
Federico Igne
2024-01-22
2
-109
/
+112
*
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