How to get vi keybindings to work in mysql client?
I have vi bindings working in my bash shell using set -o vi
in my .bash_profile. But I can’t seem to get them to work in the mysql
command line client. I only get emacs style bindings. How do you do this?