mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
Remove cmd+enter shortcut in sublime keymap (Fixes #365)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user