summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-04 10:15:59 -0400
committerDan Davison <dandavison7@gmail.com>2021-11-07 10:38:09 -0500
commit3c87160f2c60009a03d9826b1b0c7a5250828963 (patch)
treea67a5bf5f6cf125dcaf6226a6251fe5979a63487
parent9a6f7d3effc9c6a3eec6fb2c4b8d6bd6258b67e2 (diff)
README: minor edits
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 37f54c19..67fcdc23 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@
```gitconfig
[pager]
diff = delta
+ show = delta
log = delta
reflog = delta
- show = delta
[interactive]
diffFilter = delta --color-only
@@ -146,7 +146,7 @@ Here's what `git show` can look like with git configured to use delta:
- Language syntax highlighting with color themes
- Within-line highlights based on a Levenshtein edit inference algorithm
- Git style strings (foreground color, background color, font attributes) are supported for >20 stylable elements
-- Side-by-side view
+- Side-by-side view with line-wrapping
- Line numbering
- `diff-highlight` and `diff-so-fancy` emulation modes
- Stylable box/line decorations to draw attention to commit, file and hunk header sections.