summaryrefslogtreecommitdiff
path: root/devdocs/bash/readline-interaction.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-interaction.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/bash/readline-interaction.html')
-rw-r--r--devdocs/bash/readline-interaction.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/bash/readline-interaction.html b/devdocs/bash/readline-interaction.html
deleted file mode 100644
index 330e5aba..00000000
--- a/devdocs/bash/readline-interaction.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1 class="section">Readline Interaction</h1> <p>Often during an interactive session you type in a long line of text, only to notice that the first word on the line is misspelled. The Readline library gives you a set of commands for manipulating the text as you type it in, allowing you to just fix your typo, and not forcing you to retype the majority of the line. Using these editing commands, you move the cursor to the place that needs correction, and delete or insert the text of the corrections. Then, when you are satisfied with the line, you simply press <code>RET</code>. You do not have to be at the end of the line to press <code>RET</code>; the entire line is accepted regardless of the location of the cursor within the line. </p> <ul class="section-toc"> <li><a href="readline-bare-essentials" accesskey="1">Readline Bare Essentials</a></li> <li><a href="readline-movement-commands" accesskey="2">Readline Movement Commands</a></li> <li><a href="readline-killing-commands" accesskey="3">Readline Killing Commands</a></li> <li><a href="readline-arguments" accesskey="4">Readline Arguments</a></li> <li><a href="searching" accesskey="5">Searching for Commands in the History</a></li> </ul><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-Interaction.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Readline-Interaction.html</a>
- </p>
-</div>