diff --git a/README.md b/README.md index 10c26cf6f..5b466721a 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,7 @@ An alternative is to mutate your git config file from the command line: git config --global delta.navigate true ``` -The reason that `navigate` should not be used all the time is that Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern `. 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)). +The reason that `navigate` should not be used all the time is that Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern `. 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/237)). ### 24 bit color (truecolor)