diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 761542a1..ee5bb6ad 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -182,6 +182,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 |