From c07136e8d3c07fb763d16f54502dcb934ac365c0 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 --- 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 7d6e0ddb2..5d38e12d3 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -422,8 +422,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 # Set the external cursor to a line. The external cursor appears when a command is started. # The cursor shape takes the value of fish_cursor_default when fish_cursor_external is not specified. set fish_cursor_external line