Rewriting config as Org document.

This commit is contained in:
Derek Taylor
2023-03-16 17:41:37 -05:00
parent 81588d5cfc
commit 83c0a9002f
3 changed files with 19 additions and 46 deletions

View File

@@ -1,8 +1,3 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
env:
# TERM variable
#
@@ -221,9 +216,6 @@ font:
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
#######################################
## START OF COLOR SCHEMES ##
#######################################
schemes:
### Doom One ###
DoomOne: &DoomOne
@@ -578,10 +570,6 @@ schemes:
colors: *DoomOne
#######################################
## END OF COLOR SCHEMES ##
#######################################
# Visual Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
@@ -864,4 +852,3 @@ key_bindings:
- { key: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt }
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }