Tweaks, add rvm add other things to bootstrap.

This commit is contained in:
2014-11-09 22:18:16 -08:00
parent ab33ef7a58
commit b775752068
10 changed files with 65 additions and 43 deletions

View File

@@ -1,3 +1,13 @@
slate.configAll({
windowHintsIgnoreHiddenWindows: false,
windowHintsShowIcons: true,
windowHintsSpread: true,
switchShowTitles: true,
windowHintsSpreadSearchHeight: 100,
windowHintsSpreadSearchWidth: 100,
windowHintsSpreadPadding: 40
});
var hint = slate.op("hint", {
"characters" : "ASDFGHJKLQWERTYUIOPCVBN"
});
@@ -16,8 +26,6 @@ function quarterCorner(corner) {
});
}
slate.bindAll({"esc:cmd": hint, "space:alt": grid});
var hyper = ":ctrl;shift;alt;cmd";
function hyperBindAll(mapping) {
console.log(_.object(_.map(
@@ -83,10 +91,4 @@ hyperBindAll({
// return [asString, slate.op("activate-snapshot", {"name": name})];
// })
// ));
slate.configAll({
windowHintsIgnoreHiddenWindows: false,
windowHintsShowIcons: true,
windowHintsSpread: true,
switchShowTitles: true
});
slate.bindAll({"esc:cmd": hint, "space:alt": grid});