docs: decribe the bindable functions 'recordmacro' and 'runmacro'
parent
f8c75c43ed
commit
4d35835189
|
@ -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).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue