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.

To make nano the default text editor, add to ~/.profile or similar:

export EDITOR=nano