I noticed when in vi mode in Bash (i.e., the mode enabled with "set -o vi"), that some commands, such as "diw", that work in Vim, but not in vi, don't work on the Bash command line. Is there an easy way to configure Bash so that its keybindings will support Vim commands?
I would like to be able to enter Vim commands on the command line without having to actually start the Vim program, as described in this question.

bashdoesn't supportviorvimcommands; rather, it has keybindings similar tovi's bindings for its own command set.