diff options
Diffstat (limited to 'devdocs/bash/keyboard-macros.html')
| -rw-r--r-- | devdocs/bash/keyboard-macros.html | 10 |
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 © 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> |
