summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.inputrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.inputrc b/.inputrc
index 2e98173..0f230bf 100644
--- a/.inputrc
+++ b/.inputrc
@@ -1,5 +1,6 @@
# Key bindings, up/down arrow searches through history
-"\e[A": history-subscring-search-backward
-"\e[B": history-subscring-search-forward
-"\eOA": history-subscring-search-backward
-"\eOB": history-subscring-search-forward
+"\e[A": history-substring-search-backward
+"\e[B": history-substring-search-forward
+
+"\C-p": history-substring-search-backward
+"\C-n": history-substring-search-backward