diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-07 00:20:36 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-07 00:20:36 +0900 |
| commit | a30181e2407057435763ef1bfb444cc8aaa29d38 (patch) | |
| tree | f6dbb846042ab4285965765804f93b9c7595f535 /man | |
| parent | b4ccf64e621b495ddf26b93a05c11deb7afdba6d (diff) | |
| download | fzf-a30181e2407057435763ef1bfb444cc8aaa29d38.tar.gz | |
Update man page sections
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 8518cbc9..8a5b3638 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -186,7 +186,7 @@ e.g. \fB# Avoid rendering both fzf instances at the same time (sleep 1; seq 1000000; sleep 1) | fzf \-\-sync \-\-query 5 \-\-listen \-\-bind start:up,load:up,result:up,focus:change\-header:Ready\fR .RE -.SS STYLE +.SS GLOBAL STYLE .TP .BI "\-\-style=" "PRESET" Apply a style preset [default|minimal|full] @@ -297,7 +297,8 @@ Do not use bold text .TP .B "\-\-black" Use black background -.SS LAYOUT + +.SS DISPLAY MODE .TP .BI "\-\-height=" "[~]HEIGHT[%]" Display fzf window below the cursor with the given height instead of using @@ -347,6 +348,7 @@ e.g. # Popup with a native tmux border in the center with 80% width and height fzf \-\-tmux center,80%,border\-native\fR +.SS LAYOUT .TP .BI "\-\-layout=" "LAYOUT" Choose the layout (default: default) |
