Update readme.md

This commit is contained in:
2026-08-10 17:44:43 +01:00
parent 20ac202f88
commit 31a43e17bb
+9 -4
View File
@@ -56,15 +56,20 @@ An ed implementation but with:
- Code formatters (lsp and others). - Code formatters (lsp and others).
- Ruby based extentions. - Ruby based extentions.
- Custom functions, live ruby code running. - Custom functions, live ruby code running.
- Debuggers etc. and better shell commands/integration. - Debuggers (dap).
- Ruby based configs. - Better shell commands/integration.
- Ruby based configs. (embedded Mruby)
- Remappable commands/macros. - Remappable commands/macros.
- Better history & session saves. - Better history & session saves.
- Multiple buffers per session support. - Multiple buffers per session support.
- Indentation engine. - Indentation engine (with editorconfig loading.).
- More complete regex. - Build systems, npm, nix, make etc integration.
- More complete & fast regex.
- Better current line semantics. - Better current line semantics.
- Full unicode + graphemes support. - Full unicode + graphemes support.
- SSH support for loading files/lsp etc (and fully remote sessions.). - SSH support for loading files/lsp etc (and fully remote sessions.).
- Git commands / file diffs show in editor. - Git commands / file diffs show in editor.
- File operations, directory & files listing.
- Nerdfonts & themable colorized outputs.
- Better address marking with ranges.
- & A lot more cool stuff. - & A lot more cool stuff.