summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 069c49e0..0afb580c 100644
--- a/README.md
+++ b/README.md
@@ -358,7 +358,7 @@ Use the `navigate` feature to activate navigation keybindings. In this mode, pre
The recommended way to use `navigate` is to activate it only when needed, for example by doing
```bash
-git config delta.navigate true
+git config --global delta.navigate true
```
The reason is the following: Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/2)).