1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Enable Shift + Insert to paste

Shift + Insert is a default bind to paste selection.
This commit is contained in:
Michel Boaventura 2017-03-02 18:13:59 -03:00 committed by Joe Wilm
parent 5b079f6d43
commit 4dcd7c4c0d

View file

@ -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 }