You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I just saw this repo and thought I'd give it a try. I'm wondering how to make a rule that will offer completion options for all of the git config options by reading the zsh completion table. I tried a few things but couldn't quite figure it out. Is it possible in pmy?
The text was updated successfully, but these errors were encountered:
@jtrakk
Hi, thank you for your interest in this project.
by reading the zsh completion table
You mean that you want to replace git config's menu based completion with fuzzy finding UI?
Then, using https://github.com/Aloxaf/fzf-tab will meet your need.
Hey I just saw this repo and thought I'd give it a try. I'm wondering how to make a rule that will offer completion options for all of the
git config
options by reading the zsh completion table. I tried a few things but couldn't quite figure it out. Is it possible inpmy
?The text was updated successfully, but these errors were encountered: