-
Hi. I've searched the issues and discussions and although I see items around Tab completion, I'm not sure they're the same issue/behaviour that I'm experiencing. Apologies if I end up asking a duplicate. I have the impression from YouTube videos I've watched and things I've read that I should be able to do Do I have the wrong expectations or does it look like something is wrong in my setup? As an aside but maybe related, doing I'm using zsh (with oh-my-zsh), in tmux, in iterm2 on macos. I've added the Versions:
Any help would be greatly appreciated as I would like to regularly use this tool as it looks to be very useful :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As an update to this... I changed the eval to this I think what may have mislead me was watching videos of |
Beta Was this translation helpful? Give feedback.
As an update to this... I changed the eval to this
eval "$(zoxide init --cmd cd zsh)"
and cd tab completion appears to be working as normal but I think normal cd'ing is now recording results into thez
history. So I think the behaviour I was expecting above was a misunderstanding on my part. I was expecting that usingz
directly would work exactly the same ascd
from a tab completion point-of-view but instead you have to use the--cmd cd
and havez
replacecd
to then usecd
andz
together.I think what may have mislead me was watching videos of
z
being used and I thought I could see thez
tab completion behaviour that I expected (I.e. the same as cd) but, without actually seeing the keys …