Skip to content

Instantly share code, notes, and snippets.

@krrg
Created September 11, 2016 02:10
Show Gist options
  • Save krrg/fb090f4e7576012743348bad689d6934 to your computer and use it in GitHub Desktop.
Save krrg/fb090f4e7576012743348bad689d6934 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+a",
"command": "cursorHome",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "cursorEnd",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+a",
"command": "editor.action.selectAll"
}
]
@krrg
Copy link
Author

krrg commented Sep 11, 2016

^ For Visual Studio Code

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