1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-24 19:40:28 +00:00

Basic editing with EMACS.

This commit is contained in:
Lars Brinkhoff
2018-01-26 21:11:43 +01:00
parent 370135ddbd
commit 22450fa804
2 changed files with 15 additions and 0 deletions

14
doc/EMACS.md Normal file
View File

@@ -0,0 +1,14 @@
## 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