Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable vi mode in fish?

Tags:

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?

like image 490
poolie Avatar asked Jan 28 '17 00:01

poolie


1 Answers

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

like image 73
ridiculous_fish Avatar answered Dec 20 '22 11:12

ridiculous_fish