summaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-01 21:41:05 +0000
committerGitHub <noreply@github.com>2020-03-01 21:41:05 +0000
commita710866007321eacfcc05c015d4cf73e63c03b05 (patch)
treecf798b024989dda838ad51306f04cc8acd522395 /alacritty.yml
parent8c6422458299496f6fa2a6984c93bd05b55c1888 (diff)
downloadalacritty-a710866007321eacfcc05c015d4cf73e63c03b05.tar.gz
alacritty-a710866007321eacfcc05c015d4cf73e63c03b05.zip
Move debug to bottom of config
Since this information is the least relevant to the user, it should be the last thing in the configuration file.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml48
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