diff --git a/src/app/editor.js b/src/app/editor.js index 61224f5c34..d041ffa218 100644 --- a/src/app/editor.js +++ b/src/app/editor.js @@ -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 }); } }