From 405bf314d2685348d106b5f1c78e03b7e71a20bf Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 27 Nov 2015 22:02:47 +0300 Subject: [PATCH] .inputrc: explain searching backward/forward --- .inputrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.inputrc b/.inputrc index bc1641d..efb3044 100644 --- a/.inputrc +++ b/.inputrc @@ -20,7 +20,8 @@ M-Tab: menu-complete #"\C-h": backward-delete-char #"\e\C-h": backward-kill-word -# PgUp/PgDn +# PgUp/PgDn - more intelligent Up/Down behavior: use the text that has already +# been typed as the prefix for searching through commands. "\e[5~": history-search-backward "\e[6~": history-search-forward -- 2.39.2