1
1
Fork 0

config.fish: Disable cursor blinking

For whatever reason, something sets fish_cursor_unknown (and no other
fish_cursor_* variable) to "block blink". This causes fish to always
enable cursor blinking in terminals that support this (e.g.
gnome-terminal), causing a blinking cursor in all apps (e.g. vim).
This commit is contained in:
Jonathan Schleifer 2020-05-09 13:10:27 +00:00
parent 6c4d447427
commit bc652d49d8

View file

@ -1,6 +1,7 @@
set -g fish_greeting
set -g fish_key_bindings hybrid_bindings
set -g fish_escape_delay_ms 300
set -g fish_cursor_unknown block
set -g fish_color_autosuggestion 303030
set -g fish_color_command 205cb3