mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
clean up formatting
This commit is contained in:
parent
cfc18c86a3
commit
cc6a82c878
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue