diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/alacritty.yml b/alacritty.yml index 7ed4666b..242b5c87 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -338,30 +338,6 @@ # Send ESC (\x1b) before characters when alt is pressed. #alt_send_esc: true -#debug: - # Display the time it takes to redraw each frame. - #render_timer: false - - # Keep the log file after quitting Alacritty. - #persistent_logging: false - - # Log level - # - # Values for `log_level`: - # - None - # - Error - # - Warn - # - Info - # - Debug - # - Trace - #log_level: Warn - - # Print all received window events. - #print_events: false - - # Record all characters and escape sequences as test data. - #ref_test: false - #mouse: # Click settings # @@ -561,3 +537,27 @@ #- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt } #- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt } #- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt } + +#debug: + # Display the time it takes to redraw each frame. + #render_timer: false + + # Keep the log file after quitting Alacritty. + #persistent_logging: false + + # Log level + # + # Values for `log_level`: + # - None + # - Error + # - Warn + # - Info + # - Debug + # - Trace + #log_level: Warn + + # Print all received window events. + #print_events: false + + # Record all characters and escape sequences as test data. + #ref_test: false |