We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git ls-files
/usr/local/Cellar/fzf/HEAD-fccc931/shell/key-bindings.zsh
if git rev-parse --is-inside-work-tree &>/dev/null; then local cmd="git ls-file" else
The text was updated successfully, but these errors were encountered:
MOAR FEATURES:
If there are changed files, just use them?
So for eg: git add -p {CTRL + T} should only show files that have been modified?
git add -p {CTRL + T}
It's about the contexts, baby!
Sorry, something went wrong.
dufferzafar
No branches or pull requests
git ls-files
when inside git directories. Else use default stuff./usr/local/Cellar/fzf/HEAD-fccc931/shell/key-bindings.zsh
. Find a way to include in repo.git ls-files
switches that might be of use to us?The text was updated successfully, but these errors were encountered: