diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 4bd9c026..76a4db4a 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -273,6 +273,7 @@ key_bindings: - { key: C, mods: Command, action: Copy } - { key: Paste, action: Paste } - { key: Copy, action: Copy } + - { key: H, mods: Command, action: Hide } - { key: Q, mods: Command, action: Quit } - { key: W, mods: Command, action: Quit } - { key: Home, chars: "\x1bOH", mode: AppCursor } |