diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-10-07 22:04:45 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-10-07 22:04:45 +0200 |
commit | 7888a67dd93cc58e76b9374eac2da0440311fa61 (patch) | |
tree | be07ffb2c9ed8c39de3523cfd61c693ab0f63f27 | |
parent | c9fd7a62d28b9a764d3b31e9368070fdd9b50c74 (diff) | |
download | dotfiles-7888a67dd93cc58e76b9374eac2da0440311fa61.tar dotfiles-7888a67dd93cc58e76b9374eac2da0440311fa61.tar.zst dotfiles-7888a67dd93cc58e76b9374eac2da0440311fa61.zip |
Update Alacritty Config
-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 |