Skip to content

Commit

Permalink
Fixing my Windows Terminal configuration key-binds
Browse files Browse the repository at this point in the history
for my dual-bound paste to be separate records, rather than "chorded"

See:

 - microsoft/terminal#968 (comment)
 - microsoft/terminal#5015
  • Loading branch information
Rican7 committed Mar 23, 2020
1 parent e1b5b89 commit a0b3f20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config-rc/.windows_terminal_profiles.json
Expand Up @@ -22,7 +22,12 @@
{
"command": "paste",
"keys": [
"ctrl+shift+v",
"ctrl+shift+v"
]
},
{
"command": "paste",
"keys": [
"shift+insert"
]
},
Expand Down

0 comments on commit a0b3f20

Please sign in to comment.