C-<chr>
means holding any control key while typing the contents of
<chr>
.
M-<chr>
means holding any meta or alt key while typing the contents of
<chr>
.
Alternative press and release the escape key (=ESC) and the type the contents of <chr>
.
- val
- val
- C-x C-c
- val
- C-g
- val
- C-x k
- val
- C-x 1
- val
- Just start typing without using C, M and ESC. Other keys have standard special meaning i.e. pressing delete key deletes the next character.
- val
- C-7
- val
- C-g
- val
- C-x C-s
- val
- val
- val
- <Arrow Keys>
- val
- M-<Arrow Keys>
- val
- <Pos 1 key>
- val
- <End Key>
- val
- val
- C-v or Page Up
- val
- M-v or Page Down
- val
- C-l
- val
- val
- C-s <search-term> Enter
- val
- C-r <search-term> Enter
- val
- C-h
- val
- val
- val
- val
- C-p (p=previous)
- val
- C-n (n=next)
- val
- C-b (b=backward)
- val
- C-f (f=forward)
Emacs's GUI can be started with emacs
.
Emacs's TUI can be started with
emacs --no-window-system
.