| Key | Description |
|---|---|
| Ctrl+G | Display help text |
| Ctrl+X | Exit nano (prompts to save if modified) |
| Key | Description |
|---|---|
| Ctrl+A | Move to beginning of line |
| Ctrl+E | Move to end of line |
| Ctrl+Y | Scroll up one page |
| Ctrl+V | Scroll down one page |
| Ctrl+_ | Go to a specific line (and column) number |
| Ctrl+C | Show current cursor position (line, column) |
| Key | Description |
|---|---|
| Ctrl+O | Write out (save) the current file |
| Ctrl+R | Read (insert) another file into the current one |
| Key | Description |
|---|---|
| Ctrl+W | Search for text |
| Ctrl+\\ | Search and replace |
| Key | Description |
|---|---|
| Ctrl+K | Cut the current line (or selected text) |
| Ctrl+U | Paste (uncut) the last cut text |
| Ctrl+J | Justify the current paragraph |
| Ctrl+T | Execute a command (or spell check in older versions) |
| Ctrl+D | Delete the character under the cursor |
| Backspace | Delete the character before the cursor |