Skip to content

Instantly share code, notes, and snippets.

View zanthrash's full-sized avatar
🏠
Working from home

Zan Thrash zanthrash

🏠
Working from home
View GitHub Profile
@lmullen
lmullen / .slate
Created February 8, 2013 04:19
My configuration file for the Slate window manager
# GLOBAL CONFIGURATIONS
# -------------------------------------------------------------------
# See https://github.com/jigish/slate/wiki/Global-Configs
config defaultToCurrentScreen true
config secondsBeforeRepeat 0.4
config secondsBetweenRepeat 0.1
config keyboardLayout "qwerty"
config nudgePercentOf screenSize
config resizePercentOf screenSize
import $ from 'jquery';
console.log($);
setTimeout(function() {
debugger;
'lol';
}, 1000);