summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-05-29 02:09:32 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-05-29 02:16:18 +0900
commit12630b124d0c28dffb33e815d439afae5a3e5433 (patch)
tree91832704d34ad192b633fd3277606f449058f70a /man/man1
parent1d59ac09d2179a4b03b1ae438d8eaba13cbc8b0a (diff)
Make --tmux argument optional
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index d1c2cdc0..c85d1069 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -228,13 +228,13 @@ Adaptive height has the following limitations:
Minimum height when \fB--height\fR is given in percent (default: 10).
Ignored when \fB--height\fR is not specified.
.TP
-.BI "--tmux=" "[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]]"
-Start fzf in a tmux popup. Requires tmux 3.3 or later. This option is ignored
-if you are not running fzf inside tmux.
+.BI "--tmux" "[=[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]]]"
+Start fzf in a tmux popup (default \fBcenter,50%\fR). Requires tmux 3.3 or
+later. This option is ignored if you are not running fzf inside tmux.
e.g.
- \fB# Popup in the center with 80% width height
- fzf --tmux 80%
+ \fB# Popup in the center with 70% width and height
+ fzf --tmux 70%
# Popup on the left with 40% width and 100% height
fzf --tmux right,40%