Open mathomp4 opened 1 year ago
This is strange. git completion is bundle with zsh. It should work out of box.
What's your zsh version?
@Aloxaf I'll let you know tomorrow. I was testing out one machine with fzf-tab and it's my work box. My guess is though it's probably pretty recent. I run brew upgrade
on it a couple times a week and I think I'm pointing iTerm2 to the brew zsh...I think.
Finally was able to head into work. My zsh version is:
❯ zsh --version
zsh 5.9 (arm-apple-darwin21.6.0)
and I still see the oddity...
A note: I tried looking at this again, and it seems to still happen for me whether I use Apple's zsh or brew's. The versions are:
$ /bin/zsh --version
zsh 5.9 (x86_64-apple-darwin22.0)
$ /usr/local/bin/zsh --version
zsh 5.9 (x86_64-apple-darwin21.3.0)
I even tried putting enable-fzf-tab
in various places of my .zshrc. No help. I never get the option descriptions after that first tab. Any other info that might help, @Aloxaf ?
I'm also seeing the same, on linux, with a brew installed zsh
zsh --version
zsh 5.9 (x86_64-pc-linux-gnu)
Describe your question
I'm new to fzf-tab having just discovered it today. So I have a dumb question: how does one get the cool "descriptions" as I see in the screencast, e.g.:
Note: I seem to get them for
git[tab]
:but when I then do
--[tab]
:Would be nice if "all broken" or "all working" but I seem to be in ... partly working?
I think I'm loading plugins in a good order:
but maybe that's the issue? Or is there another plugin I need?