Updated link for highlight command (#3680)

This commit is contained in:
Brayden Hill 2024-03-17 01:09:39 -06:00 committed by GitHub
parent 88f4c16755
commit a5ea4f57bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ fzf --preview 'cat {}'
Preview window supports ANSI colors, so you can use any program that
syntax-highlights the content of a file, such as
[Bat](https://github.com/sharkdp/bat) or
[Highlight](http://www.andre-simon.de/doku/highlight/en/highlight.php):
[Highlight](https://gitlab.com/saalen/highlight):
```bash
fzf --preview 'bat --color=always {}' --preview-window '~3'