From a6b84f57e737efb0f45ca0c0c8fe10798405eda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 8 Aug 2021 17:41:21 +0200 Subject: [PATCH] Resolve issue with space key with emacs in the alacritty --- .alacritty.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.alacritty.yml b/.alacritty.yml index 81fa164..25fefea 100644 --- a/.alacritty.yml +++ b/.alacritty.yml @@ -17,6 +17,7 @@ key_bindings: - { key: Return, mods: Control|Shift, action: SpawnNewInstance } - { key: F, mods: Control, action: SearchForward } - { key: V, mods: Control|Shift, action: Paste } + - { key: Space, mods: Control, chars: "\x00" } selection: save_to_clipboard: true