Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.
Install micro.
snap install micro --classicEdit ~/.bashrc or ~/.zshrc, whatever you are using.
Add the following if you would like to fire up micro with nano.
alias nano='/snap/bin/micro'
alias sudo='sudo '
Change theme? Hit CTRL+E and use colorscheme.
> set colorscheme zenburn
Save file CTRL+S.
