summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaseem Abid <me@jabid.in>2025-07-16 15:19:43 +0100
committerGitHub <noreply@github.com>2025-07-16 23:19:43 +0900
commit8ceda54c7d32833db084dc30ae95fdefe3aff716 (patch)
tree8d00e455c381a3fedb63cb9be8e56951a2e1a97b
parent84e515bd6ecff0ed07d1373ff8e770f91d933b2e (diff)
downloadfzf-8ceda54c7d32833db084dc30ae95fdefe3aff716.tar.gz
Fix a typo in README.md (#4459)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32fd7889..8c554863 100644
--- a/README.md
+++ b/README.md
@@ -351,7 +351,7 @@ fzf --tmux 100%,50% # Center, 100% width and 50% height
fzf --tmux left,40% # Left, 40% width
fzf --tmux left,40%,90% # Left, 40% width, 90% height
fzf --tmux top,40% # Top, 40% height
-fzf --tmux bottom,80%,40% # Bottom, 80% height, 40% height
+fzf --tmux bottom,80%,40% # Bottom, 80% width, 40% height
```
`--tmux` is silently ignored when you're not on tmux.