]> git.phdru.name Git - dotfiles.git/blobdiff - .inputrc
.shellrc: Split cdremote into cdgitpath
[dotfiles.git] / .inputrc
index e29d1c9a2c91333bcfeb125e28684a26eb9baff1..04095afcee8343484a00597e90c464cce401fbfe 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -12,7 +12,9 @@ set output-meta on
 
 set bell-style none
 set expand-tilde off
-set print-completions-horizontally off
+set mark-symlinked-directories on
+set print-completions-horizontally on
+set revert-all-at-newline on
 #set show-all-if-ambiguous on
 
 # Be more intelligent when autocompleting by also looking at the text after
@@ -35,10 +37,14 @@ M-Tab: menu-complete
 #"\C-h": backward-delete-char
 #"\e\C-h": backward-kill-word
 
-# PgUp/PgDn - more intelligent Up/Down behavior: use the text that has already
+# PgUp/PgDn - previous/next command in history
+"\e[5~": previous-history
+"\e[6~": next-history
+
+# More intelligent Up/Down behavior: use the text that has already
 # been typed as the prefix for searching through commands.
-"\e[5~": history-search-backward
-"\e[6~": history-search-forward
+"\e[A": history-search-backward
+"\e[B": history-search-forward
 
 # Debug
 "\C-xf": dump-functions