summaryrefslogtreecommitdiffstats
path: root/doc/fzf.txt
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-01-03 00:00:40 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-01-03 00:15:00 +0900
commitd779ff7e6dcf068fbcf743bed45127c3b857ec92 (patch)
treee50d90a35c8a59841eaad89af9c5718ab2663237 /doc/fzf.txt
parentfd8858f8c93e38d50f00cd21430e21d89e2f9399 (diff)
Make search toggleable
- `--phony` renamed to `--disabled` for consistency - `--no-phony` is now `--enabled` - Added `enable-search`, `disable-search`, and `toggle-search` actions for `--bind` - Added `--color` options: `query` and `disabled` Close #2303
Diffstat (limited to 'doc/fzf.txt')
-rw-r--r--doc/fzf.txt36
1 files changed, 20 insertions, 16 deletions
diff --git a/doc/fzf.txt b/doc/fzf.txt
index f50a35ba..c8888962 100644
--- a/doc/fzf.txt
+++ b/doc/fzf.txt
@@ -1,4 +1,4 @@
-fzf.txt fzf Last change: December 31 2020
+fzf.txt fzf Last change: January 2 2021
FZF - TABLE OF CONTENTS *fzf* *fzf-toc*
==============================================================================
@@ -200,21 +200,25 @@ list:
<
- `element` is an fzf element to apply a color to:
- ----------------------+------------------------------------------------------
- Element | Description ~
- ----------------------+------------------------------------------------------
- `fg` / `bg` / `hl` | Item (foreground / background / highlight)
- `fg+` / `bg+` / `hl+` | Current item (foreground / background / highlight)
- `hl` / `hl+` | Highlighted substrings (normal / current)
- `gutter` | Background of the gutter on the left
- `pointer` | Pointer to the current line ( `>` )
- `marker` | Multi-select marker ( `>` )
- `border` | Border around the window ( `--border` and `--preview` )
- `header` | Header ( `--header` or `--header-lines` )
- `info` | Info line (match counters)
- `spinner` | Streaming input indicator
- `prompt` | Prompt before query ( `> ` )
- ----------------------+------------------------------------------------------
+ ----------------------------+------------------------------------------------------
+ Element | Description ~
+ ----------------------------+------------------------------------------------------
+ `fg` / `bg` / `hl` | Item (foreground / background / highlight)
+ `fg+` / `bg+` / `hl+` | Current item (foreground / background / highlight)
+ `preview-fg` / `preview-bg` | Preview window text and background
+ `hl` / `hl+` | Highlighted substrings (normal / current)
+ `gutter` | Background of the gutter on the left
+ `pointer` | Pointer to the current line ( `>` )
+ `marker` | Multi-select marker ( `>` )
+ `border` | Border around the window ( `--border` and `--preview` )
+ `header` | Header ( `--header` or `--header-lines` )
+ `info` | Info line (match counters)
+ `spinner` | Streaming input indicator
+ `query` | Query string
+ `disabled` | Query string when search is disabled
+ `prompt` | Prompt before query ( `> ` )
+ `pointer` | Pointer to the current line ( `>` )
+ ----------------------------+------------------------------------------------------
- `component` specifies the component (`fg` / `bg`) from which to extract the
color when considering each of the following highlight groups
- `group1 [, group2, ...]` is a list of highlight groups that are searched (in