fish_vi_cursor: Don't blink by default

Blinking is awkward and can result in wasted battery.
This commit is contained in:
Fabian Homborg 2022-06-07 14:25:03 +02:00
parent 44205b188b
commit d2ed51bcad

View file

@ -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