Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
4d358351
Commit
4d358351
authored
7 years ago
by
David Lawrence Ramsey
Committed by
Benno Schulenberg
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs: decribe the bindable functions 'recordmacro' and 'runmacro'
parent
f8c75c43
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/nano.texi
+7
-0
doc/nano.texi
doc/nanorc.5
+7
-0
doc/nanorc.5
with
14 additions
and
0 deletions
+14
-0
doc/nano.texi
View file @
4d358351
...
...
@@ -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).
...
...
This diff is collapsed.
Click to expand it.
doc/nanorc.5
View file @
4d358351
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help