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 /src | |
| parent | b4ccf64e621b495ddf26b93a05c11deb7afdba6d (diff) | |
| download | fzf-a30181e2407057435763ef1bfb444cc8aaa29d38.tar.gz | |
Update man page sections
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/options.go b/src/options.go index 8f6af765..12861b03 100644 --- a/src/options.go +++ b/src/options.go @@ -55,13 +55,13 @@ Usage: fzf [options] --ansi Enable processing of ANSI color codes --sync Synchronous search for multi-staged filtering - STYLE + GLOBAL STYLE --style=PRESET Apply a style preset [default|minimal|full] --color=COLSPEC Base scheme (dark|light|16|bw) and/or custom colors --no-color Disable colors --no-bold Do not use bold text - LAYOUT + DISPLAY MODE --height=[~]HEIGHT[%] Display fzf window below the cursor with the given height instead of using fullscreen. A negative value is calculated as the terminal height @@ -73,6 +73,8 @@ Usage: fzf [options] --tmux[=OPTS] Start fzf in a tmux popup (requires tmux 3.3+) [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]] [,border-native] (default: center,50%) + + LAYOUT --layout=LAYOUT Choose layout: [default|reverse|reverse-list] --margin=MARGIN Screen margin (TRBL | TB,RL | T,RL,B | T,R,B,L) --padding=PADDING Padding inside border (TRBL | TB,RL | T,RL,B | T,R,B,L) |
