alacritty: Add binding for new SpawnNewInstance command

This commit is contained in:
Adam Goldsmith 2019-01-09 23:31:23 -05:00
parent 622544c37a
commit 65773a57b8
1 changed files with 1 additions and 0 deletions

View File

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