Remove ctrl-f keyboard shortcut

pull/1/head
Alex Beregszaszi 8 years ago
parent 7a4ef02ac4
commit 87a8f3adc2
  1. 3
      src/app/editor.js

@ -181,8 +181,9 @@ function Editor (loadingFromGist, storage) {
editor.setSession(sessions[SOL_CACHE_FILE]); editor.setSession(sessions[SOL_CACHE_FILE]);
editor.resize(true); editor.resize(true);
// Unmap ctrl-t // Unmap ctrl-t & ctrl-f
editor.commands.bindKeys({ 'ctrl-t': null }); editor.commands.bindKeys({ 'ctrl-t': null });
editor.commands.bindKeys({ 'ctrl-f': null });
} }
} }

Loading…
Cancel
Save