summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-16 01:58:40 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-16 01:58:40 +0000
commitd778cb247be5e26c7f87c2c6c911886e8529cbbd (patch)
treebd2d2b4b0caced93ebb676af5ca489fef04e7beb
parentadd fix from newer versions for #205894 (diff)
downloadbaselayout-d778cb247be5e26c7f87c2c6c911886e8529cbbd.tar.gz
baselayout-d778cb247be5e26c7f87c2c6c911886e8529cbbd.tar.bz2
baselayout-d778cb247be5e26c7f87c2c6c911886e8529cbbd.zip
people prefer history search rather than start/end #205939baselayout-1.12.11.1
svn path=/branches/baselayout-1_12/; revision=3107
-rw-r--r--etc/inputrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inputrc b/etc/inputrc
index fa2973da..62242630 100644
--- a/etc/inputrc
+++ b/etc/inputrc
@@ -32,8 +32,8 @@ $if mode=emacs
"\e[4~": end-of-line
# mappings for "page up" and "page down" to step to the beginning/end
# of the history
-"\e[5~": beginning-of-history
-"\e[6~": end-of-history
+"\e[5~": history-search-backward
+"\e[6~": history-search-forward
# allow the use of the Delete/Insert keys
"\e[3~": delete-char
"\e[2~": quoted-insert