Resolve issue with space key with emacs in the alacritty
This commit is contained in:
parent
8131decdc3
commit
a6b84f57e7
@ -17,6 +17,7 @@ key_bindings:
|
|||||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
||||||
- { key: F, mods: Control, action: SearchForward }
|
- { key: F, mods: Control, action: SearchForward }
|
||||||
- { key: V, mods: Control|Shift, action: Paste }
|
- { key: V, mods: Control|Shift, action: Paste }
|
||||||
|
- { key: Space, mods: Control, chars: "\x00" }
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
save_to_clipboard: true
|
save_to_clipboard: true
|
||||||
|
Loading…
Reference in New Issue
Block a user