pisces
pisces copied to clipboard
Not working when fish_vi_key_bindings is set
I've just installed the plugin using Fisher 4.1.0 and it simply doesn't work if fish_vi_key_bindings
is set. It works perfectly when the default bindings are set, though. Is there any workaround?
@guilhermedeandrade Are you seeing any errors like "test: Missing argument at index 2"? If you are, then it could be that $fish_key_bindings
is not set at the time this runs:
https://github.com/laughedelic/pisces/blob/e45e0869855d089ba1e628b6248434b2dfa709c4/conf.d/pisces.fish#L1-L5
I guess it is already set, because I have it in my config.fish
file. Also:
Could you describe what didn't work exactly?
- What did you do?
- What actually happened?
- What did you expect to happen?
As I said, it simply doesn't work. Nothing. It doesn't throw any error either.
- Installed the plugin using Fisher 4.1.0 and typed
(
,[
and"
, but nothing autocloses. - Nothing happened.
- I expected it to autoclose.
@guilhermedeandrade What does echo $fish_key_bindings
tell you?
@guilhermedeandrade What does
echo $fish_key_bindings
tell you?
https://github.com/laughedelic/pisces/issues/29#issuecomment-748447295
fish_vi_key_bindings
Could you try autopair.fish instead? I don't know what the problem could be with this plugin.
Sure, will try it!
autopair.fish
doesn't work with fish_vi_key_bindings
either
@guilhermedeandrade Should be fixed now. 💯
@guilhermedeandrade Should be fixed now. 💯
It works perfectly, thank you 🙏