On Mon, Jul 16, 2012 at 02:13:48PM -0500, Kevin Low wrote:
> "In addition, the C-x C-r command re-reads this init file, thus
> incorporating any changes that you might have made to it."
Many of readline's functions are not bound in vi mode.
$ set -o emacs
$ bind -p | grep C-x | grep C-r
"\C-x\C-r
I believe to be complete, you should add the vi mode refresh command of
inputrc to compliment the emacs refresh command you provided on the
following page:
http://www.gnu.org/software/bash/manual/bashref.html#Readline-Init-File-Syntax
8.3 Readline Init File
"In addition, the C-x C-r command re-r