mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
docs: fish_color_search_match is also used in the pager
Fixes #5314. [ci skip]
This commit is contained in:
parent
a1c481c06a
commit
85cecd30fb
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ The following variables are available to change the highlighting colors in fish:
|
|||
|
||||
- `fish_color_selection`, the color used when selecting text (in vi visual mode)
|
||||
|
||||
- `fish_color_search_match`, the color used to highlight history search matches
|
||||
- `fish_color_search_match`, used to highlight history search matches and the selected pager item (must be a background)
|
||||
|
||||
- `fish_color_operator`, the color for parameter expansion operators like '*' and '~'
|
||||
|
||||
|
|
Loading…
Reference in a new issue