[lfs] 03/04: inputrc: note how to enable history search mode

git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Fri, 31 Jul 2026 20:14:15 +0000
Newsgroups gmane.linux.lfs.book
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1785528863-3417499-7019
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

commit edfc43916c010278c457384ba1733c652c2919f6
Author: Xi Ruoyao <[email protected]>
AuthorDate: Tue Jul 28 23:24:57 2026 +0800

    inputrc: note how to enable history search mode
---
 chapter09/inputrc.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chapter09/inputrc.xml b/chapter09/inputrc.xml
index 0c647bc93..9af5f5081 100644
--- a/chapter09/inputrc.xml
+++ b/chapter09/inputrc.xml
@@ -76,6 +76,10 @@ set bell-style none
 "\e[H": beginning-of-line
 "\e[F": end-of-line
 
+# uncomment for history search mode with up/down
+# "\e[A": history-search-backward
+# "\e[B": history-search-forward
+
 # End /etc/inputrc</literal>
 EOF</userinput></screen>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1785528863-3417499-7019
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page

------------=_1785528863-3417499-7019--