31 lines
970 B
Org Mode
31 lines
970 B
Org Mode
|
#+DATE: 2021
|
||
|
|
||
|
* Commands
|
||
|
|
||
|
Use the following keybindings to edit in emacs
|
||
|
|
||
|
* CTRL (C)
|
||
|
* ALT (~M~)
|
||
|
* CTRL + x (~C-x~)
|
||
|
* ALT + x (~M-x~)
|
||
|
|
||
|
** Using 'Alt' (M)
|
||
|
|
||
|
#+Caption: Use meta 'M' (ALT key) in emacs
|
||
|
|
||
|
| 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
|