summaryrefslogtreecommitdiffstats
path: root/ADVANCED.md
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-14 11:33:22 +0000
committerJunegunn Choi <junegunn.c@gmail.com>2021-08-15 16:03:26 +0900
commit3c804bcfec7c1f3cb69398f6d74f77a25286dbcb (patch)
tree8c3e58e40bfd2a1adee3d75d9209876e0750dc39 /ADVANCED.md
parentcca4cdc4f1549e652da1f9688c260f8d5a646c6c (diff)
fix spelling
Diffstat (limited to 'ADVANCED.md')
-rw-r--r--ADVANCED.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ADVANCED.md b/ADVANCED.md
index a1af7b84..f00be0c5 100644
--- a/ADVANCED.md
+++ b/ADVANCED.md
@@ -149,7 +149,7 @@ fzf-tmux -p 80%,60%
> You might also want to check out my tmux plugins which support this popup
> window layout.
->
+>
> - https://github.com/junegunn/tmux-fzf-url
> - https://github.com/junegunn/tmux-fzf-maccy
@@ -190,7 +190,7 @@ list without restarting fzf.
### Toggling between data sources
-You're not limiited to just one reload binding. Set up multiple bindings so
+You're not limited to just one reload binding. Set up multiple bindings so
you can switch between data sources.
```sh
@@ -349,7 +349,7 @@ IFS=: read -ra selected < <(
fzf can kill the initial Ripgrep process it starts with the initial query.
Otherwise, the initial Ripgrep process will keep consuming system resources
even after `reload` is triggered.
-- Filtering is no longer a responsibitiliy of fzf; hence `--disabled`
+- Filtering is no longer a responsibility of fzf; hence `--disabled`
- `{q}` in the reload command evaluates to the query string on fzf prompt.
- `sleep 0.1` in the reload command is for "debouncing". This small delay will
reduce the number of intermediate Ripgrep processes while we're typing in