From: Sergey Matveev Date: Tue, 3 Sep 2019 05:33:28 +0000 (+0300) Subject: Coloring and mode-prompt in GNU Readline X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=b491a5d7ff204fee56321d34449a9171e4234e54 Coloring and mode-prompt in GNU Readline --- diff --git a/readline/.inputrc b/readline/.inputrc index 5c05974..7d95ac6 100644 --- a/readline/.inputrc +++ b/readline/.inputrc @@ -2,4 +2,10 @@ "\e[B": history-search-forward "": backward-word "": forward-word + set editing-mode vi +set show-mode-in-prompt on + +set colored-stats on +set colored-completion-prefix on +set visible-stats on