summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-08-22 17:47:22 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-08-22 17:47:22 +0200
commit987049a0ff11af38abe2d4995928f93993ca1f1e (patch)
treee80ee4cfdc851c7a5f3af90aba966cb8f539abad
parent307f7a9e0daa8765e6193d6d6dd2399ef5f1c4f8 (diff)
Alacritty: Paste hotkey
-rw-r--r--alacritty/alacritty/alacritty.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/alacritty/alacritty.yml b/alacritty/alacritty/alacritty.yml
index d00e070..f66d0ad 100644
--- a/alacritty/alacritty/alacritty.yml
+++ b/alacritty/alacritty/alacritty.yml
@@ -745,8 +745,8 @@ 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: Paste, action: Paste }
+key_bindings:
+ - { key: Paste, action: Paste }
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }
#- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" }