summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.