This commit is contained in:
Tristaan
2020-12-31 16:57:57 +01:00
7 changed files with 87 additions and 64 deletions

View File

@@ -91,11 +91,8 @@ font:
use_thin_strokes: true
# Should display the render timer
render_timer: false
# Use custom cursor colors. If true, display the cursor in the cursor.foreground
# and cursor.background colors, otherwise invert the colors of the cursor.
custom_cursor_colors: false
debug:
render_timer: false
# Colors (Tomorrow Night Bright)
colors:
@@ -192,11 +189,11 @@ mouse_bindings:
mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
hide_when_typing: true
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
hide_cursor_when_typing: false
# Style of the cursor
#
@@ -204,7 +201,8 @@ hide_cursor_when_typing: false
# - Block
# - Underline
# - Beam
cursor_style: Block
cursor:
style: Block
# Live config reload (changes require restart)
live_config_reload: true