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