Allow overriding fzf_opts header for git_commits #2116
stuckinsnow
started this conversation in
Ideas
Replies: 1 comment
-
If you don’t need this action set it to false, the header will go away too: FzfLua git_commits actions.ctrl-y=false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have noticed
fzf_opts
doesn't work when the picker is set to git_commits i.e. it shows the defaultpress ctrl-y to copy commit hash
in the header. It would be great if we were able to change this.It's specifically with the git commit picker, for example -- https://github.com/stuckinsnow/gitty/blob/main/lua/gitty/providers/github-compare/comparison-utils.lua#L169-L169
I am able to circumvent this by opening fzf differently, but then I have to write a custom [preview] feature. So I thought I would request it as a feature.
If this is an error on my part, my bad!
Beta Was this translation helpful? Give feedback.
All reactions