summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/alacritty.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/alacritty.yml b/.config/alacritty.yml
index bb95d7d..e1441c8 100644
--- a/.config/alacritty.yml
+++ b/.config/alacritty.yml
@@ -88,3 +88,5 @@ key_bindings:
- { key: Key6, mods: Command|Shift, chars: "\x1b^" } # Command + ^
- { key: Backslash, mods: Command, chars: "\x1b\\" } # Command + \
- { key: Backslash, mods: Command|Shift, chars: "\x1b|" } # Command + |
+ - { key: Back, mods: Command, chars: "\x1b\x7f" } # Command + Backspace
+