Skip to content

Instantly share code, notes, and snippets.

View mathieumg's full-sized avatar
🔧
Let's fix it!

Mathieu M-Gosselin mathieumg

🔧
Let's fix it!
View GitHub Profile
[
["f", "Show next/latest diffs", "setProposedDiffBounds()"],
["alt+n", "Next unreviewed file", "nextUnreviewedFile()"],
["alt+p", "Previous unreviewed file", "prevUnreviewedFile()"],
["n", "Next unreviewed file", "nextUnreviewedFile()"],
["p", "Previous unreviewed file", "nextUnreviewedFile()"],
["shift+n", "Next changed file", "nextChangedFile()"],
["shift+p", "Previous changed file", "prevChangedFile()"],
[null, "Next visible file", "nextVisibleFile()"],
@mathieumg
mathieumg / keybase.md
Created February 9, 2017 17:43
Keybase

Keybase proof

I hereby claim:

  • I am mathieumg on github.
  • I am mathieumg (https://keybase.io/mathieumg) on keybase.
  • I have a public key ASC236ZUrhRXdAh1ZxRsWsl12tY4dkIDGyUKYgMx9kdZTgo

To claim this, I am signing this object:

@mathieumg
mathieumg / Enum.js
Last active August 29, 2015 14:07
Enum
//FIXME: This is not released yet. https://github.com/mdevils/node-jscs/pull/548
/* jscs: disable disallowDanglingUnderscores */
/**
* A module representing the Enum data type.
* @module utilities/types/Enum
*/
"use strict";