summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Bigagnoli <francybiga@gmail.com>2023-01-22 18:21:16 +0100
committerGitHub <noreply@github.com>2023-01-23 02:21:16 +0900
commit57c066f0bed44fcc08054ca13d10692dffc54a3e (patch)
tree923df4f75b5fb7d6e3c6702e97d85b95b797c45f
parente44f64ae923c9fc756b2effe80a31d97814aade9 (diff)
Fix bat url in README (#3129)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2596972..19c50b24 100644
--- a/README.md
+++ b/README.md
@@ -335,7 +335,7 @@ fish.
- Set `FZF_CTRL_T_COMMAND` to override the default command
- Set `FZF_CTRL_T_OPTS` to pass additional options to fzf
```sh
- # Preview file content using bat (https://github.com/sharkdp/fd)
+ # Preview file content using bat (https://github.com/sharkdp/bat)
export FZF_CTRL_T_OPTS="
--preview 'bat -n --color=always {}'
--bind 'ctrl-/:change-preview-window(down|hidden|)'"