-
How do I pass arguments to the diff pager?
This does not work, because |
Beta Was this translation helpful? Give feedback.
Answered by
rcdailey
Jun 7, 2025
Replies: 1 comment 4 replies
-
I'm closing this discussion because I realized I can configure delta via my .gitconfig so arg passing isn't necessary. However, I do feel like this is a gap in functionality and it would be useful to have the ability to pass args to the pager. I think this may require following the existing command/arg pattern for other things, e.g.: [pager]
command = "delta"
args = ["--line-numbers", "--paging=always"] |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
rcdailey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm closing this discussion because I realized I can configure delta via my .gitconfig so arg passing isn't necessary. However, I do feel like this is a gap in functionality and it would be useful to have the ability to pass args to the pager. I think this may require following the existing command/arg pattern for other things, e.g.: