From cfc18c86a3ec48a675e3a84483b29deb06170224 Mon Sep 17 00:00:00 2001 From: LawAbidingCactus Date: Thu, 8 Aug 2019 12:20:40 +0000 Subject: [PATCH] document fish_cursor_visual and blinking cursors --- sphinx_doc_src/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index 4b9ac86d8..0c04aef1d 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -1524,6 +1524,12 @@ The ``fish_vi_cursor`` function will be used to change the cursor's shape depend set fish_cursor_insert line # Set the replace mode cursor to an underscore set fish_cursor_replace_one underscore + # The following variable can be used to configure cursor + # shape in visual mode, but due to fish_cursor_default, is + # redundant here + set fish_cursor_visual block + +Additionally, `blink` can be added after each of the cursor shape parameters to set a blinking cursor in the specified shape. .. _vi-mode-command: