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/command-line-editing.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/bash/command-line-editing.html (limited to 'devdocs/bash/command-line-editing.html') diff --git a/devdocs/bash/command-line-editing.html b/devdocs/bash/command-line-editing.html new file mode 100644 index 00000000..e09f153e --- /dev/null +++ b/devdocs/bash/command-line-editing.html @@ -0,0 +1,6 @@ +

Command Line Editing

This chapter describes the basic features of the GNU command line editing interface. Command line editing is provided by the Readline library, which is used by several different programs, including Bash. Command line editing is enabled by default when using an interactive shell, unless the --noediting option is supplied at shell invocation. Line editing is also used when using the -e option to the read builtin command (see Bash Builtin Commands). By default, the line editing commands are similar to those of Emacs. A vi-style line editing interface is also available. Line editing can be enabled at any time using the -o emacs or -o vi options to the set builtin command (see The Set Builtin), or disabled using the +o emacs or +o vi options to set.

+

+ 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/Command-Line-Editing.html +

+
-- cgit v1.2.3