summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Vorburger ⛑️ <mike@vorburger.ch>2023-03-19 21:00:33 -0700
committerGitHub <noreply@github.com>2023-03-20 13:00:33 +0900
commit69c52099e70748d4a9f692ce7cbb74ed62fc02ce (patch)
tree2e68e47e021ef1f98a12ab77f2d8e774f86980a5 /README.md
parentcfc0747d5da7a817497a3359ffdeaffa5f652d95 (diff)
docs: Fix intention of README (#3214)
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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