diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/bash/bindable-readline-commands.html | |
new repository
Diffstat (limited to 'devdocs/bash/bindable-readline-commands.html')
| -rw-r--r-- | devdocs/bash/bindable-readline-commands.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/bash/bindable-readline-commands.html b/devdocs/bash/bindable-readline-commands.html new file mode 100644 index 00000000..aa8f5be1 --- /dev/null +++ b/devdocs/bash/bindable-readline-commands.html @@ -0,0 +1,6 @@ +<h1 class="section">Bindable Readline Commands</h1> <p>This section describes Readline commands that may be bound to key sequences. You can list your key bindings by executing <code>bind <span class="nolinebreak">-P</span></code> or, for a more terse format, suitable for an <var>inputrc</var> file, <code>bind <span class="nolinebreak">-p</span></code>. (See <a href="bash-builtins">Bash Builtin Commands</a>.) Command names without an accompanying key sequence are unbound by default. </p> <p>In the following descriptions, <em>point</em> refers to the current cursor position, and <em>mark</em> refers to a cursor position saved by the <code>set-mark</code> command. The text between the point and mark is referred to as the <em>region</em>. </p> <ul class="section-toc"> <li><a href="commands-for-moving" accesskey="1">Commands For Moving</a></li> <li><a href="commands-for-history" accesskey="2">Commands For Manipulating The History</a></li> <li><a href="commands-for-text" accesskey="3">Commands For Changing Text</a></li> <li><a href="commands-for-killing" accesskey="4">Killing And Yanking</a></li> <li><a href="numeric-arguments" accesskey="5">Specifying Numeric Arguments</a></li> <li><a href="commands-for-completion" accesskey="6">Letting Readline Type For You</a></li> <li><a href="keyboard-macros" accesskey="7">Keyboard Macros</a></li> <li><a href="miscellaneous-commands" accesskey="8">Some Miscellaneous Commands</a></li> </ul><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/Bindable-Readline-Commands.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Bindable-Readline-Commands.html</a> + </p> +</div> |
