When using the Nano editor, the Ctrl key is your friend. As you can see, in the screenshot above, there are a few of the main commands listed at the bottom. Each of those command letters is preceded by the "^" character which is the Ctrl key. So if you see "^X" that means Ctrl-X together. The other character to remember is the "M" character which represents the Esc key. If you see the combination Md that actually means Esc-d together.The most useful commands for Nano are:
^x - Close Nano (You will be prompted to save.)
^o - Save without quitting
^c - Line number
^k - Cut
^u - Paste
^t - Spellcheck
^c - Cancel
Md - Word count
Mi - Insert a tab at the cursor position