I've played around with fish_vi_key_bindings, but would like to go back to normal.
How do i disable it?
set -U fish_key_bindings --> breaks all input
set -U fish_key_bindings fish_key_bindings --> throws errors
Could we also get this added to the docs?
fish_vi_key_bindings is a feature of Fish, not Oh My Fish.
To reset back to default key bindings:
set -U fish_key_bindings fish_default_key_bindings
Ah, I didn't realize that it was a fish feature. Thanks!
Thank you very much @sagebind !
i use
[sh]
set -U fish_key_bindings fish_default_key_bindings
and it's back to normal.
Most helpful comment
fish_vi_key_bindingsis a feature of Fish, not Oh My Fish.To reset back to default key bindings: