mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 15:27:28 +00:00
15 lines
391 B
Markdown
15 lines
391 B
Markdown
## Basic editing with EMACS
|
|
|
|
- ^X^F *file* CR - load file
|
|
- ^X^S *file* CR - save file
|
|
- ^X^C - exit (but don't kill emacs)
|
|
- ^F - move cursor right (forward)
|
|
- ^B - move cursor left (backward)
|
|
- ^A - beginning of line
|
|
- ^E - end of line
|
|
- ^N - go to next line
|
|
- ^P - go to previous line
|
|
- ^D - delete character to the right
|
|
- DEL - delete character to the left
|
|
- ^K - delete to end of line
|