|
@@ -27,8 +27,6 @@ class CodeMirrorEditorFactory implements IEditorFactoryService {
|
|
'Cmd-Left': 'goLineLeft',
|
|
'Cmd-Left': 'goLineLeft',
|
|
'Tab': 'indentMoreOrinsertTab',
|
|
'Tab': 'indentMoreOrinsertTab',
|
|
'Shift-Tab': 'indentLess',
|
|
'Shift-Tab': 'indentLess',
|
|
- 'Cmd-Alt-[': 'indentAuto',
|
|
|
|
- 'Ctrl-Alt-[': 'indentAuto',
|
|
|
|
'Cmd-/': 'toggleComment',
|
|
'Cmd-/': 'toggleComment',
|
|
'Ctrl-/': 'toggleComment',
|
|
'Ctrl-/': 'toggleComment',
|
|
},
|
|
},
|