mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
# Macro-commands
|
|
C-x ( start macro definition
|
|
C-x ) end of macro definition
|
|
C-x e execute last defined macro
|
|
M-n C-x e execute last defined macro n times
|
|
M-x name-last-kbd-macro
|
|
give name to macro (for saving)
|
|
M-x insert-keyboard-macro
|
|
save named macro into file
|
|
M-x load-file
|
|
load macro
|
|
M-x macroname
|
|
execute macroname |