So you want to learn Nano? Here are some key binds you must know to have a good time.
| Keybinds | |
|---|---|
| Keybind | What it does |
| Control+O | Writes your work to a file. |
| Control+X | Exits nano, with a question to save what you were working on if you had modified it after saving and then quit. |
| Control+W | Helps you find where a piece of text is in a document. |
| Control+R | Reads a file into the file you're editing. |
| Control+V | Goes down to the next page of whatever you're editing. |
| Control+Y | The inverse of Control+V, goes up to the previous page of whatever you're editing. |