Skip to content
New issue

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

Do not open quickfix on :G difftool #2285

Open
name-snrl opened this issue Mar 28, 2024 · 0 comments
Open

Do not open quickfix on :G difftool #2285

name-snrl opened this issue Mar 28, 2024 · 0 comments

Comments

@name-snrl
Copy link

I have the cmdline abbreviation Gdt = G difftool --name-only.

I use it in log. First, I yank the first commit. Then when I go to the second one, between which I want to get diff, I press . to start cmdline with it. Finally, I type Gdt <C-r>+ and press <Enter>. Thus I'm beginning to explore the diffs with fugitive.But I don't want the quickfix window to open, because I use nvim-telescope for that.

Of course, I can create my own command that will also close the quickfix window right after G difftool, or add | ccl to the end of the command each time. But perhaps we could add an additional flag for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant