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
such as
bindkey F1 show-global-bindkey bindkey F2 show-mode-bindkey
bindkey F1 show-global-bindkey
bindkey F2 show-mode-bindkey
press F2, open an pane and list bindkeys:
git.misc annotate match git.commit -- git rev-list --all --reflog --abbrev=2 --abbrev-commit annotate match git.filename -- git ls-files annotate match git.ref -- git for-each-ref --format='%(refname)%0a%(refname:short)' bindkey s git.commit git.show -- >git show --stat=400 -p %(git.commit) bindkey v git.filename git.source -- >cat "%(git.filename)" bindkey b git.filename git.blame -- >git blame -- "%(git.filename)" bindkey l git.ref git.log -- >git log %(git.ref) bindkey S-r git.commit -- ?!git rebase --interactive %(git.commit) bindkey S-f git.commit -- ?!git commit --fixup=%(git.commit)
Might be useful?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
such as
bindkey F1 show-global-bindkey
bindkey F2 show-mode-bindkey
press F2, open an pane and list bindkeys:
Might be useful?
The text was updated successfully, but these errors were encountered: