#"\C-h": backward-delete-char
#"\e\C-h": backward-kill-word
-# PgUp/PgDn - more intelligent Up/Down behavior: use the text that has already
+# PgUp/PgDn - previous/next command in history
+"\e[5~": previous-history
+"\e[6~": next-history
+
+# 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
+"\e[A": history-search-backward
+"\e[B": history-search-forward
# Debug
"\C-xf": dump-functions