diff --git a/.config/zsh/zshrc.d/20-completion.zsh b/.config/zsh/zshrc.d/20-completion.zsh index 7e134dc..24b8c02 100644 --- a/.config/zsh/zshrc.d/20-completion.zsh +++ b/.config/zsh/zshrc.d/20-completion.zsh @@ -35,7 +35,13 @@ zstyle ':completion:*:(diff|meld|trash):*' ignore-line yes compdef ls-show-hidden=ls compdef nvim-man=man -# Copy git completion for arguments +# Reuse other completion functions +# NOTE: Show completion functions for current context: +# h +# Generate completion debug trace: +# ? + +# git compdef _git-log glog compdef _git-checkout git-checkout-worktree compdef _git-commit git-commit-last-msg