Commit 7a4ef02a authored by Alex Beregszaszi's avatar Alex Beregszaszi

Remove ctrl-t keyboard shortcut

parent 5e367b54
......@@ -180,6 +180,9 @@ function Editor (loadingFromGist, storage) {
editor.setSession(sessions[SOL_CACHE_FILE]);
editor.resize(true);
// Unmap ctrl-t
editor.commands.bindKeys({ 'ctrl-t': null });
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment