Remove cmd+enter shortcut in sublime keymap (Fixes #365)

This commit is contained in:
Gregory Schier
2017-11-01 21:03:15 +01:00
parent 6fb9c208d9
commit 05923e8ee4

View File

@@ -48,6 +48,9 @@ const BASE_CODEMIRROR_OPTIONS = {
'Ctrl-Q': function (cm) {
cm.foldCode(cm.getCursor());
},
[isMac() ? 'Cmd-Enter' : 'Ctrl-Enter']: function (cm) {
// HACK: So nothing conflicts withe the "Send Request" shortcut
},
'Ctrl-Space': 'autocomplete',
// Change default find command from "find" to "findPersistent" so the