summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-21 16:12:47 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-21 16:12:47 -0500
commit8aac39abdaa3b1f196165eb74c5775856ed69b03 (patch)
tree0351132185d1d17d812f291d025037375d3aecd1 /config
parent078e1c69b836ab2c4c671488764da78750c3c02f (diff)
downloadconf-8aac39abdaa3b1f196165eb74c5775856ed69b03.tar.gz
conf-8aac39abdaa3b1f196165eb74c5775856ed69b03.zip
fix alacritty config
Diffstat (limited to 'config')
-rw-r--r--config/alacritty/alacritty.yml.hush2
-rw-r--r--config/alacritty/alacritty.yml.st-doy22
2 files changed, 2 insertions, 2 deletions
diff --git a/config/alacritty/alacritty.yml.hush b/config/alacritty/alacritty.yml.hush
index e274d8f..64954cf 100644
--- a/config/alacritty/alacritty.yml.hush
+++ b/config/alacritty/alacritty.yml.hush
@@ -69,7 +69,7 @@ key_bindings:
- { key: Insert, mods: Shift, action: PasteSelection }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- - { key: Subtract, mods: Control, action: DecreaseFontSize }
+ - { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: Home, chars: "\x1bOH", mode: AppCursor }
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
- { key: End, chars: "\x1bOF", mode: AppCursor }
diff --git a/config/alacritty/alacritty.yml.st-doy2 b/config/alacritty/alacritty.yml.st-doy2
index 3f7fae1..91aded3 100644
--- a/config/alacritty/alacritty.yml.st-doy2
+++ b/config/alacritty/alacritty.yml.st-doy2
@@ -74,7 +74,7 @@ key_bindings:
- { key: Insert, mods: Shift, action: PasteSelection }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- - { key: Subtract, mods: Control, action: DecreaseFontSize }
+ - { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: Home, chars: "\x1bOH", mode: AppCursor }
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
- { key: End, chars: "\x1bOF", mode: AppCursor }