summaryrefslogtreecommitdiff
path: root/devdocs/bash/keyboard-macros.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/bash/keyboard-macros.html
new repository
Diffstat (limited to 'devdocs/bash/keyboard-macros.html')
-rw-r--r--devdocs/bash/keyboard-macros.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/devdocs/bash/keyboard-macros.html b/devdocs/bash/keyboard-macros.html
new file mode 100644
index 00000000..52c4aa3f
--- /dev/null
+++ b/devdocs/bash/keyboard-macros.html
@@ -0,0 +1,10 @@
+<h1 class="subsection">Keyboard Macros</h1> <dl compact> <dt id="index-start_002dkbd_002dmacro-_0028C_002dx-_0028_0029"><span><code>start-kbd-macro (C-x ()</code></span></dt> <dd>
+<p>Begin saving the characters typed into the current keyboard macro. </p> </dd> <dt id="index-end_002dkbd_002dmacro-_0028C_002dx-_0029_0029"><span><code>end-kbd-macro (C-x ))</code></span></dt> <dd>
+<p>Stop saving the characters typed into the current keyboard macro and save the definition. </p> </dd> <dt id="index-call_002dlast_002dkbd_002dmacro-_0028C_002dx-e_0029"><span><code>call-last-kbd-macro (C-x e)</code></span></dt> <dd>
+<p>Re-execute the last keyboard macro defined, by making the characters in the macro appear as if typed at the keyboard. </p> </dd> <dt id="index-print_002dlast_002dkbd_002dmacro-_0028_0029"><span><code>print-last-kbd-macro ()</code></span></dt> <dd>
+<p>Print the last keyboard macro defined in a format suitable for the <var>inputrc</var> file. </p> </dd> </dl><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
+ <a href="https://www.gnu.org/software/bash/manual/html_node/Keyboard-Macros.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Keyboard-Macros.html</a>
+ </p>
+</div>