Created
October 28, 2022 11:43
-
-
Save DaanDeSmedt/499506bcb63662f6faf89a7edaf59fd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your key bindings in this file to override the defaults | |
| [ | |
| { | |
| "key": "alt+x", | |
| "command": "workbench.action.terminal.sendSequence", | |
| "args": { "text": "\u001b[A\u000d" } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment