diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index e26a816d..df9e4dde 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -201,6 +201,14 @@ selection: hide_cursor_when_typing: false +# Style of the cursor +# +# Values for 'cursor_style': +# - Block +# - Underline +# - Beam +cursor_style: Block + # Live config reload (changes require restart) live_config_reload: true |