Color readline completion result prefixes

I'm not really sure why I never turned this on before, but it really
helps to identify exactly the character which I need to differentiate to
continue tab completion.
master
Jordan Atwood 2 years ago
parent 9314e369cf
commit 7d445090ee
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 3
      src/.inputrc

@ -22,6 +22,9 @@ set enable-bracketed-paste
# Displays possible completions using different colors to indicate their file type. # Displays possible completions using different colors to indicate their file type.
set colored-stats on set colored-stats on
# Color the completion prefix differently in completion results.
set colored-completion-prefix on
# Completed names which are symbolic links to directories have a slash appended. # Completed names which are symbolic links to directories have a slash appended.
set mark-symlinked-directories on set mark-symlinked-directories on

Loading…
Cancel
Save