diff options
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2209a41..982c5c6 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -583,7 +583,7 @@ font: # # If the same trigger is assigned to multiple actions, all of them are executed # in the order they were defined in. -#key_bindings: +key_bindings: #- { key: Paste, action: Paste } #- { key: Copy, action: Copy } #- { key: L, mods: Control, action: ClearLogNotice } @@ -676,6 +676,8 @@ font: #- { key: F, mods: Command, action: SearchForward } #- { key: B, mods: Command, action: SearchBackward } + - { key: Return, mods: Control|Shift, action: SpawnNewInstance } + #debug: # Display the time it takes to redraw each frame. #render_timer: false |