I use vi command-line editing (set editing-mode vi in ~/.inputrc) in Bash shells.
However, I find it frustrating, that I cannot see whether vi command-line editing is currently in command or input mode.
Is there someway to display the current mode of vi command-line editing in Bash or tmux?
show-mode-in-prompt on... see related Spurious @ symbol at start of bash prompt in Debian Jessieshopt? Indeed, I can enablevicommand-line editing usingshopt.inputrcfiles, the only way I know of is using the shell'sbindbuilt-in (bind 'set show-mode-in-prompt on')vikey-bindings apply to thisvimode? or where can I lookup the actual set of bindings?