Skip to content

Instantly share code, notes, and snippets.

@beddari
Created October 2, 2019 10:06
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 beddari/c7483b8d0c9e930db3688f655c74a53a to your computer and use it in GitHub Desktop.
Save beddari/c7483b8d0c9e930db3688f655c74a53a to your computer and use it in GitHub Desktop.
{
"key": "ctrl+v tab",
"command": "type",
"args": { "text": "\t" },
"when": "editorTextFocus"
}
@beddari
Copy link
Author

beddari commented Oct 2, 2019

For reference, go here if you don't know how to add bindings https://code.visualstudio.com/docs/getstarted/keybindings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment