summaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-05 20:02:36 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-05 20:02:36 +0900
commit8bcdccd3e4526438b9550f8c1fe40f0c438f0f1e (patch)
tree15600b5cb89202db2da9e5b550e7a563eae65878 /.inputrc
parent1ded27eed5294f9a32f58a203d5e5c885ef85b07 (diff)
downloaddotfiles-8bcdccd3e4526438b9550f8c1fe40f0c438f0f1e.tar.gz
update shell config files including simplifying prompt and finally
including hostname and full pwd in it
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc20
1 files changed, 3 insertions, 17 deletions
diff --git a/.inputrc b/.inputrc
index b8d92032..4f8e91d9 100644
--- a/.inputrc
+++ b/.inputrc
@@ -1,11 +1,12 @@
$include /etc/inputrc
-# http://www.jukie.net/~bart/blog/20040326082602
-# https://github.com/cldwalker/dotfiles/blob/master/.inputrc
+# --- bindings
"\C-x\C-r": re-read-init-file
"\C-x\C-a": universal-argument
+# --- settings
+
set editing-mode emacs
set keymap emacs
set convert-meta off
@@ -16,21 +17,6 @@ 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