Updated alacritty config
This commit is contained in:
parent
9d2bc8a5ed
commit
17139ff59f
@ -87,11 +87,13 @@ key_bindings:
|
||||
- { key: X, mods: Command, chars: "\x01\x78" } # Kill pane/window
|
||||
- { key: A, mods: Command, chars: "\x01\x7c" } # Split pane vertically
|
||||
- { key: S, mods: Command, chars: "\x01\x2d" } # Split pane horizontally
|
||||
- { key: Z, mods: Command, chars: "\x01\x7a" } # Maximize pane
|
||||
|
||||
- { key: T, mods: Command|Shift, chars: "\x02\x63" } # Create window in nested session
|
||||
- { key: X, mods: Command|Shift, chars: "\x02\x78" } # Kill pane/window in nested session
|
||||
- { key: A, mods: Command|Shift, chars: "\x02\x7c" } # Split pane vertically in nested session
|
||||
- { key: S, mods: Command|Shift, chars: "\x02\x2d" } # Split pane horizontally in nested session
|
||||
- { key: Z, mods: Command|Shift, chars: "\x02\x7a" } # Maximize pane in nested session
|
||||
|
||||
## General key bindings
|
||||
- { key: Comma, mods: Command, command:
|
||||
|
Loading…
Reference in New Issue
Block a user