Skip to content

Instantly share code, notes, and snippets.

@arakno
Created March 30, 2018 21:33
Show Gist options
  • Select an option

  • Save arakno/e253e34bbce3e8d18f3c8c886b4ad2bf to your computer and use it in GitHub Desktop.

Select an option

Save arakno/e253e34bbce3e8d18f3c8c886b4ad2bf to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+f5",
"command": "workbench.action.reloadWindow",
"when": "editorTextFocus"
},
{
"key": "ctrl+a",
"command": "editor.action.selectAll",
"when": "editorTextFocus"
}
]
@arakno
Copy link
Copy Markdown
Author

arakno commented Mar 30, 2018

VSCode keybindings

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