Using fish_vi_key_bindings
, fish shell starts in normal
mode. How can I change the default start to insert
mode?
fish_vi_key_bindings
takes an argument to indicate the initial mode.
That means fish_vi_key_bindings insert
will do what you want.