From 7db5d573c238da42fa3410cc44ab6f3367bbd2d9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 22 Dec 2017 12:41:35 -0800 Subject: [PATCH] Document fish_color_selection Fixes #4544 --- doc_src/index.hdr.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 707944d2f..ac4441629 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -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 '~'