Skip to content

Instantly share code, notes, and snippets.

@applesaucesome
applesaucesome / keybindings.json.yaml
Created August 9, 2016 05:04 — forked from mohsen1/keybindings.json.yaml
Sublime Text key bindings for Visual Studio Code
[
{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction"
},
{
"key": "cmd+l",
"command": "expandLineSelection"
},