Skip to content

Instantly share code, notes, and snippets.

View ikuwow's full-sized avatar

Ikuo Degawa ikuwow

View GitHub Profile
@ikuwow
ikuwow / gist:8731513
Last active August 29, 2015 13:55 — forked from siwasu17/gist:4434529
コンソールで使えるctrl+J = ReturnをMac全体に適用for KeyRemap4MacBook
<?xml version="1.0"?>
<root>
<list>
<item>
<name>absolute ctrl+j to return</name>
<identifier>remap.absolute_ctrl_j_to_return</identifier>
<autogen>--KeyToKey-- KeyCode::J, ModifierFlag::CONTROL_L, KeyCode::RETURN</autogen>
</item>
</list>
</root>
@ikuwow
ikuwow / 0_reuse_code.js
Last active August 29, 2015 14:17
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