From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/bash/bindable-readline-commands.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/bash/bindable-readline-commands.html (limited to 'devdocs/bash/bindable-readline-commands.html') 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 @@ +

Bindable Readline Commands

This section describes Readline commands that may be bound to key sequences. You can list your key bindings by executing bind -P or, for a more terse format, suitable for an inputrc file, bind -p. (See Bash Builtin Commands.) Command names without an accompanying key sequence are unbound by default.

In the following descriptions, point refers to the current cursor position, and mark refers to a cursor position saved by the set-mark command. The text between the point and mark is referred to as the region.

+

+ Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
Licensed under the GNU Free Documentation License.
+ https://www.gnu.org/software/bash/manual/html_node/Bindable-Readline-Commands.html +

+
-- cgit v1.2.3