summaryrefslogtreecommitdiff
path: root/devdocs/bash/readline-movement-commands.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/bash/readline-movement-commands.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/bash/readline-movement-commands.html')
-rw-r--r--devdocs/bash/readline-movement-commands.html6
1 files changed, 0 insertions, 6 deletions
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 @@
-<h1 class="subsection">Readline Movement Commands</h1> <p>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 <kbd>C-b</kbd>, <kbd>C-f</kbd>, <kbd>C-d</kbd>, and <code>DEL</code>. Here are some commands for moving more rapidly about the line. </p> <dl compact> <dt><span><kbd>C-a</kbd></span></dt> <dd><p>Move to the start of the line. </p></dd> <dt><span><kbd>C-e</kbd></span></dt> <dd><p>Move to the end of the line. </p></dd> <dt><span><kbd>M-f</kbd></span></dt> <dd><p>Move forward a word, where a word is composed of letters and digits. </p></dd> <dt><span><kbd>M-b</kbd></span></dt> <dd><p>Move backward a word. </p></dd> <dt><span><kbd>C-l</kbd></span></dt> <dd><p>Clear the screen, reprinting the current line at the top. </p></dd> </dl> <p>Notice how <kbd>C-f</kbd> moves forward a character, while <kbd>M-f</kbd> moves forward a word. It is a loose convention that control keystrokes operate on characters while meta keystrokes operate on words. </p><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 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/Readline-Movement-Commands.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Readline-Movement-Commands.html</a>
- </p>
-</div>