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:
parent
6c4d447427
commit
bc652d49d8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue