fish shell autocomplete from zoxide. #888
bdmorin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if zoxide did this normally, but I wanted to autocomplete from zoxide instead of it guessing. So I wrote this function, and it seems to work.
oddly it doesn't keep sequence, so I might troubleshoot it a bit more.
fish's auto complete doesn't honor order, which is really weird, no matter which direction I
sort
they end up in the same order on the autocomplete. Zoxide still works correctly, I don't have to tab-complete to get the highest zoxide scoring directory.Beta Was this translation helpful? Give feedback.
All reactions