From cc6a82c878b2dae367b47e900b959c1b7975be33 Mon Sep 17 00:00:00 2001 From: LawAbidingCactus Date: Thu, 8 Aug 2019 12:48:26 +0000 Subject: [PATCH] clean up formatting --- sphinx_doc_src/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index 0c04aef1d..0d2b9c1e6 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -1524,12 +1524,11 @@ 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 + # 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. +Additionally, ``blink`` can be added after each of the cursor shape parameters to set a blinking cursor in the specified shape. .. _vi-mode-command: