Skip to content

Instantly share code, notes, and snippets.

@admwx7
Last active November 25, 2018 20:27
Show Gist options
  • Select an option

  • Save admwx7/ea3f51d12cc1187f18a7a4d4afc6a938 to your computer and use it in GitHub Desktop.

Select an option

Save admwx7/ea3f51d12cc1187f18a7a4d4afc6a938 to your computer and use it in GitHub Desktop.
Keybindings file to use in Visual Studio Code along with the atom keymap extension
[
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" },
{ "key": "ctrl+d", "command": "editor.action.copyLinesDownAction" },
{ "key": "ctrl+shift+d", "command": "editor.action.deleteLines" },
{ "key": "alt+right", "command": "cursorEnd" },
{ "key": "alt+left", "command": "cursorHome" },
{ "key": "alt+shift+right", "command": "cursorEndSelect" },
{ "key": "alt+shift+left", "command": "cursorHomeSelect" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment