diff --git a/.inputrc b/.inputrc index 212c5fc..fceab0d 100755 --- a/.inputrc +++ b/.inputrc @@ -11,6 +11,11 @@ set completion-ignore-case on #set convert-meta on #set output-meta off +# Some common Readline config settings. +set colored-stats on # Turn on completion colors. +set colored-completion-prefix on # Color the typed completion prefix. + +# Keybinds "\e[1~": beginning-of-line # Home "\e[4~": end-of-line # End "\e[5~": beginning-of-history # PageUp