I saw vi-mode implementation for fish shell, but I have no clue how to use it. Is there any tutorial available online describing basic functionality, e.g. how to switch modes?
In fish 2.3.0
and later:
fish_vi_key_bindings
to start vi modefish_default_key_bindings
to go back to default modeIf you want to make it the default, add the fish_vi_key_bindings
command to ~/.config/fish/config.fish
.