Deci
Your second-to-last next editor
Deci is a terminal text editor like nano.

Installation
The easiest way to install deci is to download a pre-built binary.
You can also build from source (requires Go):
git clone https://github.com/ethmarks/deci.git
cd deci
go build
Usage
Just run deci followed by the name of the file you want to edit. If it doesn’t exist, deci will create it.
deci myfile.txt