mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-15 19:56:55 +00:00
Update man page sections
This commit is contained in:
parent
b4ccf64e62
commit
a30181e240
@ -186,7 +186,7 @@ e.g. \fB# Avoid rendering both fzf instances at the same time
|
|||||||
(sleep 1; seq 1000000; sleep 1) |
|
(sleep 1; seq 1000000; sleep 1) |
|
||||||
fzf \-\-sync \-\-query 5 \-\-listen \-\-bind start:up,load:up,result:up,focus:change\-header:Ready\fR
|
fzf \-\-sync \-\-query 5 \-\-listen \-\-bind start:up,load:up,result:up,focus:change\-header:Ready\fR
|
||||||
.RE
|
.RE
|
||||||
.SS STYLE
|
.SS GLOBAL STYLE
|
||||||
.TP
|
.TP
|
||||||
.BI "\-\-style=" "PRESET"
|
.BI "\-\-style=" "PRESET"
|
||||||
Apply a style preset [default|minimal|full]
|
Apply a style preset [default|minimal|full]
|
||||||
@ -297,7 +297,8 @@ Do not use bold text
|
|||||||
.TP
|
.TP
|
||||||
.B "\-\-black"
|
.B "\-\-black"
|
||||||
Use black background
|
Use black background
|
||||||
.SS LAYOUT
|
|
||||||
|
.SS DISPLAY MODE
|
||||||
.TP
|
.TP
|
||||||
.BI "\-\-height=" "[~]HEIGHT[%]"
|
.BI "\-\-height=" "[~]HEIGHT[%]"
|
||||||
Display fzf window below the cursor with the given height instead of using
|
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
|
# Popup with a native tmux border in the center with 80% width and height
|
||||||
fzf \-\-tmux center,80%,border\-native\fR
|
fzf \-\-tmux center,80%,border\-native\fR
|
||||||
|
|
||||||
|
.SS LAYOUT
|
||||||
.TP
|
.TP
|
||||||
.BI "\-\-layout=" "LAYOUT"
|
.BI "\-\-layout=" "LAYOUT"
|
||||||
Choose the layout (default: default)
|
Choose the layout (default: default)
|
||||||
|
@ -55,13 +55,13 @@ Usage: fzf [options]
|
|||||||
--ansi Enable processing of ANSI color codes
|
--ansi Enable processing of ANSI color codes
|
||||||
--sync Synchronous search for multi-staged filtering
|
--sync Synchronous search for multi-staged filtering
|
||||||
|
|
||||||
STYLE
|
GLOBAL STYLE
|
||||||
--style=PRESET Apply a style preset [default|minimal|full]
|
--style=PRESET Apply a style preset [default|minimal|full]
|
||||||
--color=COLSPEC Base scheme (dark|light|16|bw) and/or custom colors
|
--color=COLSPEC Base scheme (dark|light|16|bw) and/or custom colors
|
||||||
--no-color Disable colors
|
--no-color Disable colors
|
||||||
--no-bold Do not use bold text
|
--no-bold Do not use bold text
|
||||||
|
|
||||||
LAYOUT
|
DISPLAY MODE
|
||||||
--height=[~]HEIGHT[%] Display fzf window below the cursor with the given
|
--height=[~]HEIGHT[%] Display fzf window below the cursor with the given
|
||||||
height instead of using fullscreen.
|
height instead of using fullscreen.
|
||||||
A negative value is calculated as the terminal height
|
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+)
|
--tmux[=OPTS] Start fzf in a tmux popup (requires tmux 3.3+)
|
||||||
[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]]
|
[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]]
|
||||||
[,border-native] (default: center,50%)
|
[,border-native] (default: center,50%)
|
||||||
|
|
||||||
|
LAYOUT
|
||||||
--layout=LAYOUT Choose layout: [default|reverse|reverse-list]
|
--layout=LAYOUT Choose layout: [default|reverse|reverse-list]
|
||||||
--margin=MARGIN Screen margin (TRBL | TB,RL | T,RL,B | T,R,B,L)
|
--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)
|
--padding=PADDING Padding inside border (TRBL | TB,RL | T,RL,B | T,R,B,L)
|
||||||
|
Loading…
Reference in New Issue
Block a user