summaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-04-24 08:54:26 +0900
committerSean Whitton <spw+git@sdf.org>2014-04-24 08:54:26 +0900
commit288559f53abc0993d08a6811b836942f3660578c (patch)
treee687e47eb2cdb816a61ec71adfb97ae3545ec30b /.inputrc
downloaddotfiles-288559f53abc0993d08a6811b836942f3660578c.tar.gz
Initial commit of pre-cleanup .inputrc
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc36
1 files changed, 36 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc
new file mode 100644
index 00000000..b8d92032
--- /dev/null
+++ b/.inputrc
@@ -0,0 +1,36 @@
+$include /etc/inputrc
+
+# http://www.jukie.net/~bart/blog/20040326082602
+# https://github.com/cldwalker/dotfiles/blob/master/.inputrc
+
+"\C-x\C-r": re-read-init-file
+"\C-x\C-a": universal-argument
+
+set editing-mode emacs
+set keymap emacs
+set convert-meta off
+set output-meta on
+set input-meta on
+set meta-flag on
+set completion-ignore-case on
+set show-all-if-ambiguous on
+set show-all-if-unmodified on
+set completion-query-items 120
+
+set page-completions off
+set print-completions-horizontally on
+
+# some useful settings from http://www.reddit.com/r/commandline/comments/kbeoe/you_can_make_readline_and_bash_much_more_user/
+
+# one or more of the following break TRAMP inexplicably
+
+#set completion-ignore-case on
+#set completion-prefix-display-length 2
+#Control-j: menu-complete
+#Control-k: menu-complete-backward
+#set show-all-if-ambiguous on
+#set show-all-if-unmodified on
+#set completion-map-case on
+
+set bell-style none
+set show-all-if-ambiguous on