summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-07 22:04:45 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-10-07 22:04:45 +0200
commit37b9099b28f1a014741f99f90ce5f4ada639597d (patch)
treebe07ffb2c9ed8c39de3523cfd61c693ab0f63f27
parentd555b0a8cd8bad8b0aa21e02f063f203186ec402 (diff)
downloaddotfiles-37b9099b28f1a014741f99f90ce5f4ada639597d.tar
dotfiles-37b9099b28f1a014741f99f90ce5f4ada639597d.tar.zst
dotfiles-37b9099b28f1a014741f99f90ce5f4ada639597d.zip
Update Alacritty Config
-rw-r--r--.config/alacritty/alacritty.yml4
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