Skip to content

Instantly share code, notes, and snippets.

View jorgt's full-sized avatar
👋

Jorg jorgt

👋
  • Thuijls
  • Brisbane
View GitHub Profile
@jorgt
jorgt / keybindings.json.yaml
Created September 27, 2016 12:46 — 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"
},