summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-09 16:52:52 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-09 16:52:52 -0500
commitd80f5b0a80f667fb91ba6fa9627707d82d0ea738 (patch)
tree46a33b15e6936f0656793a634fd743e9725d65e4
parent195e4574c953b9151cd8995db5c68084f9c74a50 (diff)
downloadconf-d80f5b0a80f667fb91ba6fa9627707d82d0ea738.tar.gz
conf-d80f5b0a80f667fb91ba6fa9627707d82d0ea738.zip
add my inputrc
-rw-r--r--inputrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/inputrc b/inputrc
new file mode 100644
index 0000000..55d9827
--- /dev/null
+++ b/inputrc
@@ -0,0 +1,17 @@
+# use up and down to search in history
+"\e[A": history-search-backward
+"\e[B": history-search-forward
+
+# expand all ! history things on space
+$if Bash
+ Space: magic-space
+$endif
+
+# completion things
+set match-hidden-files off
+set visible-stats on
+"\e[Z": menu-complete
+
+# set up vi mode
+set editing-mode vi
+set keymap vi