X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.inputrc;h=5bfecb9cf8123013eabc30c6ef97db5c24b9c073;hp=e0a65608b5cd82a18cd3e97afc8d49c59a8fb7d2;hb=1751a6dde6882ca2ec77adb6ae6181d05701147c;hpb=a21acf0bdc58af3ef9e80bf25dbb91276208126a diff --git a/.inputrc b/.inputrc index e0a6560..5bfecb9 100644 --- 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,14 +37,10 @@ M-Tab: menu-complete #"\C-h": backward-delete-char #"\e\C-h": backward-kill-word -# 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 +# More intelligent PgUp/PgDn behavior: use the text that has already # been typed as the prefix for searching through commands. -"\e[A": history-search-backward -"\e[B": history-search-forward +"\e[5~": history-search-backward +"\e[6~": history-search-forward # Debug "\C-xf": dump-functions