blob: aa8f5be137a732171b3297e0e6ac89dcae418dd2 (
plain)
1
2
3
4
5
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>
|