Skip to content

Instantly share code, notes, and snippets.

@pyramation
Created August 4, 2020 06:32
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 pyramation/5bfe52f922c724854a8ae0d10880c959 to your computer and use it in GitHub Desktop.
Save pyramation/5bfe52f922c724854a8ae0d10880c959 to your computer and use it in GitHub Desktop.
vscode keybindings for terminal
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+cmd+left",
"command": "workbench.action.terminal.sendSequence",
"args": { "text": "\u001bb" }
},
{
"key": "ctrl+cmd+right",
"command": "workbench.action.terminal.sendSequence",
"args": { "text": "\u001bf" }
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment