alacritty: Fix dotted options, apperently that doesn't work like that

This commit is contained in:
Adam Goldsmith 2018-11-13 21:06:48 -05:00
parent 5fc4968a93
commit 6c48cad089

View File

@ -17,7 +17,8 @@ background_opacity: 1.0
dynamic_title: true dynamic_title: true
# disable visual bell # disable visual bell
visual_bell.duration: 0 visual_bell:
duration: 0
scrolling: scrolling:
# How many lines of scrollback to keep, '0' will disable scrolling. # How many lines of scrollback to keep, '0' will disable scrolling.
@ -48,7 +49,8 @@ font:
# Display tabs using this many cells (changes require restart) # Display tabs using this many cells (changes require restart)
tabspaces: 8 tabspaces: 8
selection.semantic_escape_chars: ",│`|:\"' ()[]{}<>" selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
cursor: cursor:
# Whether the cursor should be a hollow block on window focus loss # Whether the cursor should be a hollow block on window focus loss