Commit 87a8f3ad authored by Alex Beregszaszi's avatar Alex Beregszaszi

Remove ctrl-f keyboard shortcut

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