diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 96fe6e24..83b120f2 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -144,6 +144,8 @@ colors: key_bindings: - { key: V, mods: Command, action: Paste } - { key: C, mods: Command, action: Copy } + - { key: Q, mods: Command, action: Quit } + - { key: W, mods: Command, action: Quit } - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - { key: Home, chars: "\x1b[1~", mode: AppCursor } - { key: End, chars: "\x1b[F", mode: ~AppCursor } |