Skip to content

Instantly share code, notes, and snippets.

@daniel-williams
Created January 24, 2017 03:53
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 daniel-williams/b93d44bbbe8b3dd5a8a8966eeb00fcf9 to your computer and use it in GitHub Desktop.
Save daniel-williams/b93d44bbbe8b3dd5a8a8966eeb00fcf9 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+shift+\\", "command": "workbench.action.splitEditor" },
{ "key": "ctrl+\\", "command": "workbench.action.toggleSidebarVisibility" },
{ "key": "ctrl+shift+c", "command": "csscomb.execute" },
{ "key": "ctrl+n", "command": "workbench.action.files.newFile" },
{ "key": "ctrl+shift+n", "command": "workbench.action.files.newFolder" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment