commit dec2028cdbec1665e6f304e64426e2521b00fc0c
Author: Josuah Demangeon <[email protected]>
Date: Wed Aug 24 12:19:29 2022 +0200
add two related vi-like text editors
- 5% of the code (6693 lines for neatvi), 50% of the features (no macros :S)
- "conf.h" and "kmap.h" and recompiling as configuration
- very good UTF-8 support
- I never had a crash insofar
- cares about fixing memory leaks (valgrind results on nextvi README)
- nextvi quotes Rob Pike
Worth adding it?
It did not look like "yet another half-baked vi clone project".
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index bcce9c2b..5030d2c6 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
@@ -214,6 +214,8 @@ This covers most console-based programs and programs from
* [vim](https://www.vim.org) (With the GUI, use `:set go+=c` to kill popup
dialogs). It can be compiled to be as minimal as possible (see vim-tiny in
Debian repos).
* [vis](https://github.com/martanne/vis) - A modern, legacy free, simple yet
efficient vim-like editor.
* [wily](http://www.cse.yorku.ca/~oz/wily/) - An acme clone for POSIX.
+* [neatvi](https://github.com/aligrudi/neatvi) - A minimal vi implementation
supporting bidirectional UTF-8
+* [nextvi](https://github.com/kyx0r/nextvi) - A continuation of neatvi
development with more features.
### Text processing