summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-08-18 12:23:03 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-08-18 12:23:03 +0200
commita63315ddc38dcde4a3bda4296522c303fc48186c (patch)
tree6250782868af89e46383ea810c21efe61cb7c211
parent3f165cd57d1c6d8f6589d863c77e168a103b1d21 (diff)
Create new alacritty in working directory with Alt+Return
-rw-r--r--alacritty/alacritty/alacritty.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty/alacritty/alacritty.yml b/alacritty/alacritty/alacritty.yml
index f66d0ad..5810736 100644
--- a/alacritty/alacritty/alacritty.yml
+++ b/alacritty/alacritty/alacritty.yml
@@ -746,6 +746,7 @@ cursor:
# If the same trigger is assigned to multiple actions, all of them are executed
# in the order they were defined in.
key_bindings:
+ - { key: Return, mods: Alt, action: CreateNewWindow }
- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }