🐛 fix(fish): zi binding can be called on insert mode

This commit is contained in:
Sergio Laín 2024-10-31 00:33:17 +01:00
parent 09a79a57a2
commit 3fba9a82e7
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -12,5 +12,5 @@ function fish_user_key_bindings
end end
end end
bind \e\z zi bind -M insert \e\z zi
end end