docs: decribe the bindable functions 'recordmacro' and 'runmacro'

This commit is contained in:
David Lawrence Ramsey 2017-10-16 14:26:59 -05:00 committed by Benno Schulenberg
parent f8c75c43ed
commit 4d35835189
2 changed files with 14 additions and 0 deletions

View File

@ -1247,6 +1247,13 @@ Deletes the character under the cursor.
@item backspace
Deletes the character before the cursor.
@item recordmacro
Starts the recording of keystrokes --- the keystrokes are stored
as a macro. When already recording, the recording is stopped.
@item runmacro
Replays the keystrokes of the last recorded macro.
@item undo
Undoes the last performed text action (add text, delete text, etc).

View File

@ -606,6 +606,13 @@ Deletes the character under the cursor.
.B backspace
Deletes the character before the cursor.
.TP
.B recordmacro
Starts the recording of keystrokes -- the keystrokes are stored
as a macro. When already recording, the recording is stopped.
.TP
.B runmacro
Replays the keystrokes of the last recorded macro.
.TP
.B undo
Undoes the last performed text action (add text, delete text, etc).
.TP