mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
docs: Mention fish_cursor_replace
Fixes #9956 (cherry picked from commit c07136e8d3c07fb763d16f54502dcb934ac365c0)
This commit is contained in:
parent
c5490893c2
commit
7bf704fe87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user