index
:
sandy
master
A vim-like terminal text editor in OCaml.
Federico Igne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
editorBuffer.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: add non-linear change history with undo/redo
HEAD
master
Federico Igne
2024-01-28
1
-6
/
+11
*
feat: add goto (G key) command
Federico Igne
2024-01-28
1
-1
/
+1
*
feat: add plain search functionality (with history)
Federico Igne
2024-01-28
1
-2
/
+58
*
refactor: turn editor buffer into a state monad
Federico Igne
2024-01-26
1
-82
/
+189
*
feat: add ability to paste text from a register
Federico Igne
2024-01-24
1
-3
/
+52
*
feat: add simple status bar with timed status message support
Federico Igne
2024-01-23
1
-1
/
+13
*
feat: add support for rendering text (i.e. tabs)
Federico Igne
2024-01-22
1
-62
/
+195
*
feat: add support for "instant" normal commands (like [J]oin)
Federico Igne
2024-01-12
1
-5
/
+11
*
feat: allow backspace and delete to span multiple lines in insert mode
Federico Igne
2024-01-12
1
-2
/
+21
*
refactor: cursor movement function names to avoid clashes
Federico Igne
2024-01-12
1
-1
/
+1
*
fix: open an empty buffer if requested file does not exist.
Federico Igne
2024-01-11
1
-3
/
+14
*
bulk: add PoC of vim-like modular editor
Federico Igne
2024-01-11
1
-0
/
+72