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
However, delta rg pattern my/pathprefix<TAB> does not complete paths. To maximise utility of the delta subcommand, it would be ideal if delta shell completion (delta --generate-completion) resulted in path completion in this situation.
The text was updated successfully, but these errors were encountered:
In zsh at least,
rg pattern my/pathprefix<TAB>
completes paths. To make that convenient with delta, one can write a shell wrapper likewhich will automatically complete paths.
However,
delta rg pattern my/pathprefix<TAB>
does not complete paths. To maximise utility of the delta subcommand, it would be ideal if delta shell completion (delta --generate-completion
) resulted in path completion in this situation.The text was updated successfully, but these errors were encountered: