ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.33k stars 519 forks source link

Zoxide with cd alias breaks fish - 'prevd-or-backward-word' & 'nextd-or-forward-word' #793

Open Shobhit0109 opened 2 months ago

Shobhit0109 commented 2 months ago

When i have set alias as recommended- zoxide init fish --cmd cd | source I can no longer use the bindings i set for them using- bind \e. nextd-or-forward-word bind \e, prevd-or-backward-word Installed zoxide using cargo install & zoxide version is 0.9.4.

ajeetdsouza commented 1 month ago

I can no longer use the bindings i set for them

Can you elaborate?

Shobhit0109 commented 1 month ago

image image

As you can see, these two works with bind in fish. We can set bindings to traverse directory history but when I use cd as alias for zoxide this feature of fish doen't work.