]> git.phdru.name Git - dotfiles.git/commitdiff
.inputrc: explain searching backward/forward
authorOleg Broytman <phd@phdru.name>
Fri, 27 Nov 2015 19:02:47 +0000 (22:02 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 27 Nov 2015 19:02:47 +0000 (22:02 +0300)
.inputrc

index bc1641d60ad3e9dd8cfcd21d721f1cccdfadaf32..efb3044344699763801ffb7559754a35aaba0ea6 100644 (file)
--- 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