Document fish_color_selection

Fixes #4544
This commit is contained in:
ridiculousfish 2017-12-22 12:41:35 -08:00
parent 9907a8df4d
commit 7db5d573c2

View file

@ -931,6 +931,8 @@ The following variables are available to change the highlighting colors in fish:
- `fish_color_match`, the color used to highlight matching parenthesis
- `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_operator`, the color for parameter expansion operators like '*' and '~'