summaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-04-25 19:04:31 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-04-25 19:04:31 +0200
commitecd3c4050cccfe8d4b97276bc01cae86971f2574 (patch)
tree46182fc970f3f33ef17e87aa1ceb0b54f1a2c9bf /.inputrc
parent18271e934a4b26611db7e812612bbe890e305ae3 (diff)
Add ssh-agent config.
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc
new file mode 100644
index 0000000..c540473
--- /dev/null
+++ b/.inputrc
@@ -0,0 +1,5 @@
+# Key bindings, up/down arrow searches through history
+"\e[A": history-search-backward
+"\e[B": history-search-forward
+"\eOA": history-search-backward
+"\eOB": history-search-forward