Linux @lemmy.ml sebastiancarlos @lemmy.sdf.org 2y ago Add Vim to your Bash prompt (video) piped.video Piped source code
Setting it up in .inputrc allows more flexibility and configuration. Plus, it's shared by any other app that uses Readline for the prompt.
set -o vi
does 99% of what I need it to do