Browse Source

inputrc

main
pvincent 6 days ago
parent
commit
4907f581cc
  1. 19
      inputrc

19
inputrc

@ -1,23 +1,24 @@
# GNU Readline main configuration file # 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 show-all-if-ambiguous on
set skip-completed-text on
set colored-completion-prefix on set colored-completion-prefix on
set colored-stats 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 # display characters with the eighth bit set directly
set input-meta on set input-meta on
set output-meta on set output-meta on
set convert-meta off 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 ## ARROW up, down for history search
"\e[A":history-search-backward "\e[A":history-search-backward
"\e[B":history-search-forward "\e[B":history-search-forward

Loading…
Cancel
Save