emacs_tutorial/doc/using_alt.org

32 lines
1.1 KiB
Org Mode
Raw Permalink Normal View History

#+date: 2021
#+options: toc:nil num:nil author:nil
2022-04-27 22:09:34 +02:00
* Using 'alt' keystroke to input commands in GNU emacs
2022-04-27 22:09:34 +02:00
Use the following keybindings to edit in emacs
2022-09-23 13:57:47 +02:00
* CTRL (~C~)
2022-04-27 22:09:34 +02:00
* ALT (~M~)
* CTRL + x (~C-x~)
* ALT + x (~M-x~)
** Using 'Alt' (M)
#+Caption: Use meta 'M' (ALT key) in emacs
|-----------+-----------+-----------------------------------|
2022-04-27 22:09:34 +02:00
| Keystroke | Keystroke | Action |
|-----------+-----------+-----------------------------------|
| M | w | Copy text |
| | v | Move view to begginning of buffer |
| | a | Move to beginning of lines |
| | e | Move to the end of lines |
| | < | Move to beginning of buffer |
| | > | Move to end of buffer |
| | % | Query replace |
| | Shift +$ | Spell-checking region [fn:1] |
| | | |
* Footnotes
[fn:1] Should select the region to be checked before run the keystroke