mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
fish_vi_cursor: Don't blink by default
Blinking is awkward and can result in wasted battery.
This commit is contained in:
parent
44205b188b
commit
d2ed51bcad
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
|
|||
end
|
||||
|
||||
set -q fish_cursor_unknown
|
||||
or set -g fish_cursor_unknown block blink
|
||||
or set -g fish_cursor_unknown block
|
||||
|
||||
echo "
|
||||
function fish_vi_cursor_handle --on-variable fish_bind_mode --on-event fish_postexec --on-event fish_focus_in
|
||||
|
|
Loading…
Reference in a new issue