mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
Updated link for highlight command (#3680)
This commit is contained in:
@@ -767,7 +767,7 @@ fzf --preview 'cat {}'
|
|||||||
Preview window supports ANSI colors, so you can use any program that
|
Preview window supports ANSI colors, so you can use any program that
|
||||||
syntax-highlights the content of a file, such as
|
syntax-highlights the content of a file, such as
|
||||||
[Bat](https://github.com/sharkdp/bat) or
|
[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
|
```bash
|
||||||
fzf --preview 'bat --color=always {}' --preview-window '~3'
|
fzf --preview 'bat --color=always {}' --preview-window '~3'
|
||||||
|
|||||||
Reference in New Issue
Block a user