From 57c066f0bed44fcc08054ca13d10692dffc54a3e Mon Sep 17 00:00:00 2001 From: Francesco Bigagnoli Date: Sun, 22 Jan 2023 18:21:16 +0100 Subject: [PATCH] Fix bat url in README (#3129) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|)'"