dotfiles/fish/.config/fish/functions/gdt.fish
Sanchayan Maity b31f41f8cb
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.
2023-01-14 18:58:51 +05:30

4 lines
51 B
Fish

function gdt
git --no-pager difftool $argv
end