From 708c26aceb139e5f3b6d446df7f196f4799c9257 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 14 Dec 2020 00:18:01 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- doc/fzf-vim.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be2ad0f..eef293e 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ so you can omit it if you use a plugin manager that doesn't support hooks. - [fzf][fzf-main] 0.23.0 or above - For syntax-highlighted preview, install [bat](https://github.com/sharkdp/bat) -- If [delta](https://github.com/dandavison/delta) is available, `:GF?`, - `:Commits` and `:BCommits` will use it to format `git diff` output. +- If [delta](https://github.com/dandavison/delta) is available, `GF?`, + `Commits` and `BCommits` will use it to format `git diff` output. - `Ag` requires [The Silver Searcher (ag)][ag] - `Rg` requires [ripgrep (rg)][rg] - `Tags` and `Helptags` require Perl diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index 5da2258..5485f4f 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -92,7 +92,7 @@ so you can omit it if you use a plugin manager that doesn't support hooks. - {fzf}{1} 0.23.0 or above - For syntax-highlighted preview, install {bat}{5} - - If {delta}{6} is available, `:GF?`, `:Commits` and `:BCommits` will use it to + - If {delta}{6} is available, `GF?`, `Commits` and `BCommits` will use it to format `git diff` output. - `Ag` requires {The Silver Searcher (ag)}{7} - `Rg` requires {ripgrep (rg)}{8}