Text Editors
Command | Description |
---|---|
| Exit without saving. |
| Write and exit. |
| Write and exit, forces overwriting of the write-protected file. |
| Write to another file. |
| Redraw the screen. |
| Move to the beginning of the line. |
| Move to the end of the line. |
| Move the cursor left / down / up / right / up / down (alternative to the arrow keys). |
| Go to line number. |
| Go to the last line. |
| Search forward for pattern. |
| Search backwards for pattern. |
| Repeat last search. |
| Insert text before the cursor position. |
| Append text after end of line. |
| Open a new line after the current one and insert text. |
| Delete the characters under the cursor. |
| Replaces the character under the cursor with another single character. |
| Delete entire row. |
| Copy ("drag") the current line. |
| Copying number lines, starting with the current line. |
| Paste copy buffer after the current line. |
Command | Description |
---|---|
| Pop-up menu. |
| Prompt. |
| Exit without saving. |
| Write and exit. |
| Write to another file. |
| Move to the beginning of the line. |
| Move to the end of the line. |
| Go to line number. |
| Search forward for string. |
| Repeat last search. |
| Delete entire row. |