Tweaks, add rvm add other things to bootstrap.
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user