Skip to content

Instantly share code, notes, and snippets.

@Otteri
Created August 20, 2018 14:54
Show Gist options
  • Save Otteri/e148e6ef303a966ce1839e295ebac0e5 to your computer and use it in GitHub Desktop.
Save Otteri/e148e6ef303a966ce1839e295ebac0e5 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+m", "command": "editor.action.jumpToBracket" },
{ "key": "ctrl+l", "command": "expandLineSelection" },
{ "key": "ctrl+n", "command": "" },
{ "key": "ctrl+i", "command": "" },
{ "key":"ctrl+alt+2", "command": "workbench.action.splitEditor" },
{ "key": "ctrl+alt+right", "command": "cursorWordPartRight" },
{ "key": "alt+l", "command": "workbench.action.gotoLine" },
{ "key": "ctrl+alt+right", "command": "cursorEnd",
"when": "textInputFocus" },
{ "key": "ctrl+alt+left", "command": "cursorHome",
"when": "textInputFocus" },
{ "key": "ctrl+alt+shift+right", "command": "cursorEndSelect",
"when": "textInputFocus" },
{ "key": "ctrl+alt+shift+left", "command": "cursorHomeSelect",
"when": "textInputFocus" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment