On Tue, 22 Jan 2019, Greg Bell wrote:
On bash 4.3.48 (Ubuntu 16.04), \C-e doesn't work to move me to the end of line when in vi command mode.
This is specific to bash, and has been the case for as long as I can remember. I thought I'd reported it, but maybe not...
As a workaround, in .bashrc: bind -m vi-command '"\C-e": end-of-line'All other readline consumers work fine with the default binding, and I add the usual emacs-style line editing bindings to vi-insert mode via .inputrc as well.
-Rob