So in my bash/zsh terminals I have the set -o vi
. But then I need to press ESC to get into command mode. I can't figure out how I could make that command mode the default behavior?
You can achieve that behaviour with 'xdotool'. Install it and add this to your ~/.bashrc then
set -o vi
xdotool key Escape
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With