From 7bf704fe87f72f8b9b0bc80c3fbfc50e3544ea4e Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 15 Aug 2023 19:11:03 +0200 Subject: [PATCH] docs: Mention fish_cursor_replace Fixes #9956 (cherry picked from commit c07136e8d3c07fb763d16f54502dcb934ac365c0) --- doc_src/interactive.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index 592625857..19553ed12 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -418,8 +418,9 @@ The ``fish_vi_cursor`` function will be used to change the cursor's shape depend set fish_cursor_default block # Set the insert mode cursor to a line set fish_cursor_insert line - # Set the replace mode cursor to an underscore + # Set the replace mode cursors to an underscore set fish_cursor_replace_one underscore + set fish_cursor_replace 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