update deprecated options
This commit is contained in:
parent
3850dbe633
commit
dae82572f7
|
@ -182,7 +182,7 @@ colors:
|
|||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -232,7 +232,7 @@ mouse:
|
|||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||
|
||||
dynamic_title: true
|
||||
window.dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@ colors:
|
|||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -233,7 +233,7 @@ mouse:
|
|||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||
|
||||
dynamic_title: true
|
||||
window.dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ custom_cursor_colors: true
|
|||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -213,7 +213,7 @@ mouse:
|
|||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||
|
||||
dynamic_title: true
|
||||
window.dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue