aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index b4ae3fda..7e6e4b36 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -167,6 +167,7 @@ key_bindings:
- { key: C, mods: Control|Shift, action: Copy }
- { key: Q, mods: Command, action: Quit }
- { key: W, mods: Command, action: Quit }
+ - { key: Insert, mods: Shift, action: PasteSelection }
- { key: Home, chars: "\x1bOH", mode: AppCursor }
- { key: Home, chars: "\x1b[1~", mode: ~AppCursor }
- { key: End, chars: "\x1bOF", mode: AppCursor }