You must log in or register to comment.
set -o vi
does 99% of what I need it to doEdit-and-execute/fc. If you don’t know them, spend an hour to read about them.
I came to the comments to avoid watching the video, learned something amazing about bash instead 😁
Ill do this when i get home
laughs in fish
zsh-autosuggestion, for those not prepared to switch to fish.
I’ve used that before, it’s really not as good as fish.
Fish is not fully POSIX compliant
What are tha advantages of this over set -o vi?
Setting it up in .inputrc allows more flexibility and configuration. Plus, it’s shared by any other app that uses Readline for the prompt.