fish: functions/gdt: Disable pager for default difftool
Now that we enable pager for difftool by default, we need to disable it when using the default difftool which is neovim.
This commit is contained in:
parent
97700eecc8
commit
b31f41f8cb
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
function gdt
|
||||
git difftool $argv
|
||||
git --no-pager difftool $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue