[alacritty] add binding to spawn new instance

This commit is contained in:
odrling 2023-10-15 07:14:16 +02:00
parent d3e0d79bfe
commit da6dee2761
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -381,6 +381,7 @@ key_bindings:
- { key: C, mods: Alt, action: Copy }
- { key: K, mods: Alt, action: ScrollLineUp }
- { key: J, mods: Alt, action: ScrollLineDown }
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
# - { key: Insert, mods: Shift, action: PasteSelection }
# - { key: Key0, mods: Alt, action: ResetFontSize }
# - { key: I, mods: Alt, action: IncreaseFontSize }