Alacritty: added lost configuration for spawning new window

This commit is contained in:
2020-12-21 01:19:57 +01:00
parent a7b9040bf0
commit 9d74458115

View File

@@ -663,7 +663,8 @@ mouse:
#
# If the same trigger is assigned to multiple actions, all of them are executed
# in the order they were defined in.
#key_bindings:
key_bindings:
- { key: N, mods: Control|Shift, action: SpawnNewInstance }
#- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }