Przeglądaj źródła

Merge branch 'master' of https://github.com/grrowl/dotfiles

Tom McKenzie 6 lat temu
rodzic
commit
c4404bfd40
2 zmienionych plików z 10 dodań i 1 usunięć
  1. 8 0
      Code/User/keybindings.json
  2. 2 1
      Code/User/settings.json

+ 8 - 0
Code/User/keybindings.json

@@ -56,5 +56,13 @@
   {
     "key": "cmd+h",
     "command": "workbench.files.action.collapseExplorerFolders"
+  },
+  {
+    "key": "cmd+, cmd+,",
+    "command": "workbench.action.openSettings"
+  },
+  {
+    "key": "cmd+,",
+    "command": "-workbench.action.openSettings"
   }
 ]

+ 2 - 1
Code/User/settings.json

@@ -36,7 +36,6 @@
         "editor.wordWrap": "on"
     },
     // "editor.glyphMargin": false,
-    "editor.snippetSuggestions": "top",
     "search.useIgnoreFiles": true,
     "explorer.confirmDelete": false,
     "problems.decorations.enabled": true,
@@ -222,4 +221,6 @@
         "editor.defaultFormatter": "esbenp.prettier-vscode"
     },
     "vtools.autoHideSideBar": true
+    "emmet.triggerExpansionOnTab": true,
+    "merge-conflict.autoNavigateNextConflict.enabled": true
 }