home *** CD-ROM | disk | FTP | other *** search
-
- Forth Emacs Functional Index
-
- Characters
-
- forward-character ^F and right-arrow
- backward-character ^B and left-arrow
- delete-next-character ^D and DEL
- delete-previous-character ^H and BACKSPACE
- insert-character any printable character
- quote-character ^Q
- transpose-characters ^T
-
- Words
-
- forward-word ESC-f
- backward-word ESC-b
- delete-next-word ESC-d and ESC-DEL
- delete-previous-word ESC-h and ESC-^H
- case-word-capitalize ESC-c
- case-word-lower ESC-l
- case-word-upper ESC-u
-
- Lines
-
- beginning-of-line ^A
- end-of-line ^E
- next-line ^N and down-arrow
- previous-line ^P and up-arrow
- kill-to-end-of-line ^K
- delete-blank-lines ^X o
- line-to-top-of-window ESC-!
- newline ^M and Return
- newline-and-backup ^O
- newline-and-indent ^J
- scroll-one-line-down ^X ^N
- scroll-one-line-up ^X ^P
-
- Pages
-
- next-page ^V
- previous-page ESC-v
-
- Windows
-
- beginning-of-window ESC-,
- end-of-window ESC-.
- next-window ^X n
- previous-window ^X p
- split-current-window ^X 2
- delete-other-windows ^X 1
- enlarge-window ^X z
- shrink-window ^X ^Z
- line-to-top-of-window ESC-!
-
- Buffers
-
- delete-buffer ^X k
- delete-to-killbuffer ^W
- list-buffers ^X ^B
- switch-to-buffer ^X b
- use-old-buffer ^X ^O
- yank-from-killbuffer ^Y
-
- Files
-
- visit-file ^X ^V
- read-file ^X ^R
- beginning-of-file ESC-<
- end-of-file ESC->
- change-filename ^X ^F
- write-current-file ^X ^S
- write-file-exit ^Z
- write-named-file ^X ^W
-
- Exiting
-
- exit-emacs ^X ^A
- write-file-exit ^Z
-
- Moving
-
- forward-character ^F and right-arrow
- backward-character ^B and left-arrow
- forward-word ESC-f
- backward-word ESC-b
- beginning-of-line ^A
- end-of-line ^E
- next-line ^N and down-arrow
- previous-line ^P and up-arrow
- next-page ^V
- previous-page ESC-v
- next-window ^X n
- previous-window ^X p
- line-to-top-of-window ESC-!
- beginning-of-file ESC-<
- end-of-file ESC->
-
- Deleting
-
- delete-next-character ^D and DEL
- delete-previous-character ^H
- delete-next-word ESC-d and ESC-DEL
- delete-previous-word ESC-h and ESC-^H
- delete-to-killbuffer ^W
- delete-blank-lines ^X o
- delete-buffer ^X k
- delete-other-windows ^X 1
-
- Killing
-
- delete-to-killbuffer ^W
- kill-to-end-of-line ^K
- yank-from-killbuffer ^Y
-
- Yanking
-
- yank-from-killbuffer ^Y
-
- Region
-
- set-mark ^@ and ^space
- exchange-dot-and-mark ^X ^X
- copy-region ESC-w
- delete-to-killbuffer ^W
- case-region-lower ^X ^L
- case-region-upper ^X ^U
-
- Case
-
- case-region-lower ^X ^L
- case-region-upper ^X ^U
- case-word-capitalize ESC-c
- case-word-lower ESC-l
- case-word-upper ESC-u
-
- Scrolling
-
- scroll-one-line-down ^X ^N
- scroll-one-line-up ^X ^P
-
- Fill
-
- set-fill-column ^X f
-