Nano cheat sheet
The nano text editor is an easy to use alternative to Vim on Unix-like systems. The nano key shortcuts enable users to access powerful editing techniques. Nano defaults are set in .nanorc.
Nano has
modern command line options and features
enabled by nano --modernbindings
.
To make nano the default text editor on Unix-like systems, add to ~/.profile or similar:
export EDITOR=nano