summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-09 17:26:25 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-09 17:26:25 +0100
commitf537e6fa72798485eecf5ce811384def509c7574 (patch)
tree397131041becfa281ceed2cd2a103dc728a6cec6
parentnew git username (diff)
downloaddotfiles-f537e6fa72798485eecf5ce811384def509c7574.tar.gz
dotfiles-f537e6fa72798485eecf5ce811384def509c7574.tar.bz2
dotfiles-f537e6fa72798485eecf5ce811384def509c7574.zip
more meta fixery
-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
+