Resolve issue with space key with emacs in the alacritty

This commit is contained in:
Marcin Woźniak 2021-08-08 17:41:21 +02:00
parent 8131decdc3
commit a6b84f57e7
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 0 deletions

View File

@ -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