diff --git a/inputrc b/inputrc index 0cea7e3..b7f698e 100644 --- a/inputrc +++ b/inputrc @@ -1,23 +1,24 @@ # GNU Readline main configuration file -## completion case-insentivive and ambiguous -set completion-ignore-case on +set blink-matching-paren on +set visible-stats on +set mark-symlinked-directories on + +## completion case insensitive and ambiguous set show-all-if-ambiguous on +set skip-completed-text on set colored-completion-prefix on set colored-stats on -set mark-symlinked-directories on -set visible-stats on -set skip-completed-text on +set completion-ignore-case on +set completion-prefix-display-length 15 +set completion-query-items 20 +set menu-complete-display-prefix on # display characters with the eighth bit set directly set input-meta on set output-meta on set convert-meta off -# if there are 20 or more possible completions for a word, -# ask whether or not the user wants to see all of them -set completion-query-items 20 - ## ARROW up, down for history search "\e[A":history-search-backward "\e[B":history-search-forward