Prompt, remove switch from slate.

This commit is contained in:
2014-10-24 05:04:38 -07:00
parent a2646b035a
commit f6927e0e95
3 changed files with 10 additions and 3 deletions

View File

@@ -9,8 +9,7 @@ var grid = slate.op("grid", {
slate.bindAll({
"esc:cmd": hint,
"space:alt": grid,
"tab:cmd": slate.op("switch")
"space:alt": grid
});
slate.configAll({