mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
document fish_cursor_visual and blinking cursors
This commit is contained in:
committed by
Fabian Homborg
parent
1693b53221
commit
cfc18c86a3
@@ -1524,6 +1524,12 @@ 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
|
||||
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.
|
||||
|
||||
.. _vi-mode-command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user