This commit is contained in:
Julian Ospald 2020-12-04 23:11:03 +01:00
parent 1229576476
commit 959dd0f441
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

View File

@ -563,6 +563,7 @@ mouse_bindings:
key_bindings:
# (Windows, Linux, and BSD only)
- { key: V, mods: Control|Shift, action: Paste }
- { key: V, mods: Control, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: Q, mods: Control, action: Quit }
#- { key: Insert, mods: Shift, action: PasteSelection }