GNU nano Linux Shortcuts
| Action | Linux Shortcut |
|---|---|
| File | |
| Save file (write out) | CtrlO |
| Exit | CtrlX |
| Read file into buffer | CtrlR |
| Show help | CtrlG |
| Editing | |
| Cut line | CtrlK |
| Paste (uncut) | CtrlU |
| Copy line | Alt6 |
| Mark text (set selection) | Ctrl6 |
| Undo | AltU |
| Redo | AltE |
| Insert next character literally | AltV |
| Search & Replace | |
| Search (where is) | CtrlW |
| Search next | AltW |
| Replace | Ctrl\ |
| Go to line and column | Ctrl_ |
| Navigation | |
| Beginning of line | CtrlA |
| End of line | CtrlE |
| Previous page | CtrlY |
| Next page | CtrlV |
| Go to first line | Alt\ |
| Go to last line | Alt/ |
| Show cursor position | CtrlC |