From a5ea4f57bd8d6dba0347a75f4c6f5bc8eb7ab68a Mon Sep 17 00:00:00 2001 From: Brayden Hill <73553066+Vespertine112@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:09:39 -0600 Subject: [PATCH] Updated link for highlight command (#3680) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 909b527..28e0e61 100644 --- a/README.md +++ b/README.md @@ -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'