Micro Editor is now in the ROME repos
Big thanks to @zeroability for adding Micro. ![]()
If VI, or VIM, or EMACS, or NANO are not your style and you want a simpler terminal editor, Micro could be just what you are looking for. https://micro-editor.github.io/
sudo dnf install micro --refresh
I love this editor. It uses simple and familiar key bindings, so if you know Kate, you can use Micro. Ctl+s to save. Ctl+q to quit. This replaced NANO for me years ago and I never looked back.
~WilsonPhillips