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
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?
The text was updated successfully, but these errors were encountered:
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 typeGdt <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?The text was updated successfully, but these errors were encountered: