NeoVintageous - Visual Bells
NeoVintageous supports three types of vim visual bell.
Type | Description |
---|---|
blink | Highlighted line blink (default). |
view | Active view flash. |
views | Visible views flash. |
Menu → Preferences → Settings
"vintageous_bell": "blink",
There are two colour schemes, a “dark” (default) and “light”.
"vintageous_bell_color_scheme": "dark",
To disable visual bells, set the 'belloff'
option to “all”.
Command Palette → NeoVintageous: Open RC File
set belloff=all
Command Palette → NeoVintageous: Reload RC File