Created
May 6, 2022 09:18
-
-
Save creaktive/ce2091b655eda1fabc123669178af6b2 to your computer and use it in GitHub Desktop.
VSCode fix for Alt+. in Terminal
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
[ | |
{ | |
"key": "alt+.", | |
"command": "workbench.action.terminal.sendSequence", | |
"args": { "text": "\u001b." } | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment