summaryrefslogtreecommitdiffstats
path: root/.inputrc
diff options
context:
space:
mode:
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc
new file mode 100644
index 0000000..bf16a0c
--- /dev/null
+++ b/.inputrc
@@ -0,0 +1,7 @@
+set completion-ignore-case on
+set show-all-if-ambiguous on
+
+# Use the text that has already been typed as the prefix for searching through
+# commands (i.e. more intelligent Up/Down behavior)
+"\e[B": history-search-forward
+"\e[A": history-search-backward