Skip to content

Commit

Permalink
Add 'light = false' w/ comment in gitconfig (#1073)
Browse files Browse the repository at this point in the history
* Add 'light = false' w/ comment in gitconfig

As mentioned in #1072, the macOS default terminal is light and it's challenging to find documentation on how to make delta copacetic with it, so this adds an explicit `light = false` in the `.gitconfig` example, with a comment explaining that it can be changed for light terminals.

* Update README.md

fix indentation
  • Loading branch information
toolness authored May 9, 2022
1 parent 3e58c17 commit a53dc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)

[merge]
conflictstyle = diff3
Expand Down

0 comments on commit a53dc02

Please sign in to comment.