2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-01 21:40:24 +00:00
cheat.sheets/sheets/_emacs/macros

13 lines
387 B
Plaintext
Raw Normal View History

2019-10-15 09:21:12 +00:00
# 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