Search code examples
fish

How to disable vi mode in fish?


I enabled vi keybindings in fish-shell using fish_vi_key_bindings but now I'd like to go back to the default emacs-like settings. How do I escape?


Solution

  • Run fish_default_key_bindings to switch back to default (emacs) mode.