summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2023-01-13 09:03:03 -0500
committerDan Davison <dandavison7@gmail.com>2023-01-13 09:04:04 -0500
commitce6448f9c3e8e61d06127c62ee775f9372bc1c34 (patch)
tree00166de96c653d7667d3ffd64a13e1f74c2c8b60
parent5cef3872999f1084cb13013b002a6421c4aa3f15 (diff)
Mention use of DELTA_FEATURES in side-by-side section of manual
Fixes #1280
-rw-r--r--manual/src/side-by-side-view.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/src/side-by-side-view.md b/manual/src/side-by-side-view.md
index 3e6cb70f..51802aa2 100644
--- a/manual/src/side-by-side-view.md
+++ b/manual/src/side-by-side-view.md
@@ -9,6 +9,13 @@ By default, side-by-side view has line-numbers activated, and has syntax highlig
<table><tr><td><img width=800px src="https://user-images.githubusercontent.com/52205/87230973-412eb900-c381-11ea-8aec-cc200290bd1b.png" alt="image" /></td></tr></table>
+To activate and deactivate side-by-side view from the command line, consider using the [`DELTA_FEATURES`](./features-named-groups-of-settings.md) environment variable. For example:
+
+```
+export DELTA_FEATURES=+side-by-side # activate
+export DELTA_FEATURES=+ # deactivate
+```
+
To disable the line numbers in side-by-side view, but keep a vertical delimiter line between the left and right panels, use the line-numbers format options. For example:
```gitconfig