dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 300fab7b483d2680d3d5a4788c02d358de161855
parent 921532064bc646b5f78c20062f1759c412553474
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  9 Jan 2021 10:57:31 -0600

Change key name

Diffstat:
M.config/alacritty/alacritty.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -377,7 +377,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: L,        mods: Control, action: ClearLogNotice               }
   - { key: L,        mods: Control, chars: "\x0c"                        }
   - { key: Home,                    chars: "\x1bOH",   mode: AppCursor   }