From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/bash/readline-movement-commands.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/bash/readline-movement-commands.html (limited to 'devdocs/bash/readline-movement-commands.html') diff --git a/devdocs/bash/readline-movement-commands.html b/devdocs/bash/readline-movement-commands.html deleted file mode 100644 index 147e5cdb..00000000 --- a/devdocs/bash/readline-movement-commands.html +++ /dev/null @@ -1,6 +0,0 @@ -

Readline Movement Commands

The above table describes the most basic keystrokes that you need in order to do editing of the input line. For your convenience, many other commands have been added in addition to C-b, C-f, C-d, and DEL. Here are some commands for moving more rapidly about the line.

C-a

Move to the start of the line.

C-e

Move to the end of the line.

M-f

Move forward a word, where a word is composed of letters and digits.

M-b

Move backward a word.

C-l

Clear the screen, reprinting the current line at the top.

Notice how C-f moves forward a character, while M-f moves forward a word. It is a loose convention that control keystrokes operate on characters while meta keystrokes operate on words.

-

- 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/Readline-Movement-Commands.html -

-
-- cgit v1.2.3