I see [you use `diff3`](https://github.com/eevee/rc/blob/fb6eeb33383893497db893514c8caed378eebae9/.gitconfig#L10). You might like the new `zdiff3` which was [added around 2022](https://github.blog/open-source/git/highlights-from-git-2-35). BTW, [`log --graph`](https://github.com/eevee/rc/blob/fb6eeb33383893497db893514c8caed378eebae9/.gitconfig#L32) is surprisingly expensive to compute. [I had to split my alias in 2](https://github.com/Rudxain/dotfiles/blob/03c0b5c57f88247b813877a1d276c525174d0dbb/.config/git/config#L49-L50), because repos such as [termux-packs](https://github.com/termux/termux-packages) made the cmd **horribly** slow!