summaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc12
1 files changed, 8 insertions, 4 deletions
diff --git a/.inputrc b/.inputrc
index 7c99c44..fa073e3 100644
--- a/.inputrc
+++ b/.inputrc
@@ -1,5 +1,9 @@
+$include /etc/inputrc
# Key bindings, up/down arrow searches through history
-"\e[A": history-substring-search-backward
-"\e[B": history-substring-search-forward
-"\C-p": history-substring-search-backward
-"\C-n": history-substring-search-forward
+"\e[A": history-search-backward
+"\e[B": history-search-forward
+"\eOA": history-search-backward
+"\eOB": history-search-forward
+Control-k: kill-whole-line
+Control-p: history-search-backward
+Control-n: history-search-forward