Remove ctrl-t keyboard shortcut

pull/1/head
Alex Beregszaszi 8 years ago
parent 5e367b5406
commit 7a4ef02ac4
  1. 3
      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 });
}
}

Loading…
Cancel
Save