Skip to content

Instantly share code, notes, and snippets.

View davigmacode's full-sized avatar

Irfan Vigma Taufik davigmacode

View GitHub Profile
@davigmacode
davigmacode / keybindings.json.yaml
Created April 27, 2016 23:12 — 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"
},
@davigmacode
davigmacode / 0_reuse_code.js
Created December 6, 2013 04:02
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console