mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 13:41:14 +00:00
Merge pull request #2639 from johnmatthiggins/doc_fix
fix for issue #2095
This commit is contained in:
commit
00b7e3b864
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
- Associate `os-release` with `bash` syntax, see #2587 (@cyqsimon)
|
- Associate `os-release` with `bash` syntax, see #2587 (@cyqsimon)
|
||||||
- Associate `Containerfile` with `Dockerfile` syntax, see #2606 (@einfachIrgendwer0815)
|
- Associate `Containerfile` with `Dockerfile` syntax, see #2606 (@einfachIrgendwer0815)
|
||||||
|
- Replaced quotes with double quotes so fzf integration example script works on windows and linux. see #2095 (@johnmatthiggins)
|
||||||
- Associate `ksh` files with `bash` syntax, see #2633 (@johnmatthiggins)
|
- Associate `ksh` files with `bash` syntax, see #2633 (@johnmatthiggins)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
@ -118,7 +118,7 @@ use `bat`s `--color=always` option to force colorized output. You can also use `
|
|||||||
option to restrict the load times for long files:
|
option to restrict the load times for long files:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'
|
fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information, see [`fzf`'s `README`](https://github.com/junegunn/fzf#preview-window).
|
For more information, see [`fzf`'s `README`](https://github.com/junegunn/fzf#preview-window).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user