|
|
@ -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 }); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|