mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
fish_vi_cursor: Don't blink by default
Blinking is awkward and can result in wasted battery.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user