diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index a6b8cbf..fae4a16 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,3 +1,8 @@
+2006-06-25 Juuso Alasuutari <iuso AT sourcemage.org>
+ * etc/inputrc: Removed beginning/end-of-history mappings for
+ PgUp/PgDown, added history search mappings for same keys but
+ commented them out to make them non-default.
+
2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
* etc/inputrc: Add system bell option (as in bug #10021), add
word jump arrow key mapping (commented out by default)
diff --git a/libs/readline/etc/inputrc b/libs/readline/etc/inputrc
index 87afc06..6de85fe 100644
--- a/libs/readline/etc/inputrc
+++ b/libs/readline/etc/inputrc
@@ -15,8 +15,6 @@ # Key mappings
"\e[2~": quoted-insert
"\e[3~": delete-char
"\e[4~": end-of-line
-"\e[5~": beginning-of-history
-"\e[6~": end-of-history
"\e[7~": beginning-of-line
"\e[8~": end-of-line
"\e[H": beginning-of-line
@@ -26,6 +24,10 @@ # Key mappings
"\eOd": backward-word
"\eOc": forward-word
+# Make PgUp and PgDown keys search history
+#"\e[5~": history-search-backward
+#"\e[6~": history-search-forward
+
# Make sideways arrows jump words
#"\e[D": backward-word
#"\e[C": forward-word
[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (eda36b7808febe950b9af271debe71eb74c3d2dc),
Juuso Alasuutari, 06/24/2006