We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e455a1d commit fc306e2Copy full SHA for fc306e2
readme.md
@@ -20,7 +20,7 @@ git diff --color | diff-highlight | diff-so-fancy
20
21
Add to .gitconfig so all `git diff` uses it.
22
```shell
23
-git config --global core.pager "diff-highlight | diff-so-fancy | less -r"
+git config --global core.pager "diff-highlight | diff-so-fancy | less --tabs=1,5 -R"
24
```
25
26
## Install
0 commit comments