Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created May 6, 2022 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creaktive/ce2091b655eda1fabc123669178af6b2 to your computer and use it in GitHub Desktop.
Save creaktive/ce2091b655eda1fabc123669178af6b2 to your computer and use it in GitHub Desktop.
VSCode fix for Alt+. in Terminal
[
{
"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