Installed Gram (codeberg.org/GramEditor/gram) - binary takes 1.6 Gb, Vulkan requirement as the bonus.
Going to learn Vim family, again...
Mar 17 · 7 weeks ago
1 Comment
Basic vi is really useful.
On some small platforms vi is all there is to edit text files. On alpine linux, in the beginning there is only busybox and it's vi implementation basic and as user friendly as vi can be.
I get around with only knowing these commands: 'A'ppend, 'I'nsert, 'D'elete 'X X' delete line, ':w' write to file, ':q' quit, ':wq' write than quit and ':q!' quit NOW!
Also you can't press ESC too many times.