@gemlog
Looks interesting! I also like micro: https://micro-editor.github.io
It's not modal so it isn't a Vim replacement, it's more like pico-nano with simple and straightforward keybindings. But it has nice things like color schemes, syntax highlighting and it can comment in/out and reindent blocks of code — quite good for lightweight modifications.
And it's a single binary — but as it's in Go, it can't be built for some architectures, this one one the other hand is in Rust — should be more portable.