Skip to content

Instantly share code, notes, and snippets.

@lukewilde
lukewilde / .gitconfig
Last active August 29, 2015 14:05
my dot files
[user]
name = Luke Wilde
email = luke.wilde@clock.co.uk
[color]
diff = auto
status = auto
branch = auto
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
standup = lg ––since yesterday ––author luke
function Y(le) {
return (function (f) {
return f(f);
}(function (f) {
return le(function (x) {
return f(f)(x);
});
}));
}
@lukewilde
lukewilde / sublime-split-keys.json
Created April 10, 2013 19:12
Dirty Sublime text 2 panel arranging shortcuts. Only works for 2 panels.
[
{
"keys": ["shift+alt+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}