alacritty: Add binding for new SpawnNewInstance command
This commit is contained in:
parent
622544c37a
commit
65773a57b8
@ -101,6 +101,7 @@ key_bindings:
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
||||
- { key: N, mods: Control|Shift, action: SpawnNewInstance }
|
||||
- { key: Backslash, mods: Command, command: "/home/adam/.config/alacritty/swapColors.sh" }
|
||||
- { key: Home, chars: "\x1bOH", mode: AppCursor }
|
||||
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
|
||||
|
Loading…
Reference in New Issue
Block a user