Explorar o código

Force shift tab to indent less

Steven Silvester %!s(int64=7) %!d(string=hai) anos
pai
achega
9cd5ddb3a6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/codemirror/src/factory.ts

+ 1 - 0
packages/codemirror/src/factory.ts

@@ -38,6 +38,7 @@ class CodeMirrorEditorFactory implements IEditorFactoryService {
       ...CodeMirrorEditor.defaultConfig,
       extraKeys: {
         'Tab': 'indentMoreOrinsertTab',
+        'Shift-Tab': 'indentLess',
         'Shift-Enter': () => { /* no-op */ }
       },
       lineNumbers: true,