From 69c52099e70748d4a9f692ce7cbb74ed62fc02ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Sun, 19 Mar 2023 21:00:33 -0700 Subject: [PATCH] docs: Fix intention of README (#3214) Co-authored-by: Junegunn Choi --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29241c2d..d968029b 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Table of Contents * [3. Interactive ripgrep integration](#3-interactive-ripgrep-integration) * [Preview window](#preview-window) * [Tips](#tips) - * [Respecting `.gitignore`](#respecting-gitignore) - * [Fish shell](#fish-shell) + * [Respecting `.gitignore`](#respecting-gitignore) + * [Fish shell](#fish-shell) * [Related projects](#related-projects) * [License](#license) @@ -723,7 +723,7 @@ history | fzf Tips ---- -#### Respecting `.gitignore` +### Respecting `.gitignore` You can use [fd](https://github.com/sharkdp/fd), [ripgrep](https://github.com/BurntSushi/ripgrep), or [the silver @@ -752,7 +752,7 @@ hidden files, use the following command: export FZF_DEFAULT_COMMAND='fd --type f --strip-cwd-prefix --hidden --follow --exclude .git' ``` -#### Fish shell +### Fish shell `CTRL-T` key binding of fish, unlike those of bash and zsh, will use the last token on the command-line as the root directory for the recursive search. For