nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 4d35835189059587cd8decfb6d669c9b976ec8ac
parent f8c75c43eda338a737a739a7359a9d6f6b82592c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 16 Oct 2017 14:26:59 -0500

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

Diffstat:
Mdoc/nano.texi | 7+++++++
Mdoc/nanorc.5 | 7+++++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -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). diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -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