alacritty: add "new window" bind

This commit is contained in:
lelgenio 2021-04-04 19:52:34 -03:00
parent f6986c5812
commit cf8c2e185f
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ key_bindings:
- { key: Down, mods: Control|Shift, mode: ~Alt, action: ScrollLineDown }
- { key: PageUp, mods: Control|Shift, mode: ~Alt, action: ScrollHalfPageUp }
- { key: PageDown, mods: Control|Shift, mode: ~Alt, action: ScrollHalfPageDown }
- { key: N, mods: Control|Shift, action: SpawnNewInstance }
{%@@ if key.layout == "colemak" @@%}
- { key: T, mode: Vi|~Search, action: SemanticRightEnd }
{%@@ endif @@%}