Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. { "key": "ctrl+shift+o", "command": "workbench.action.files.openFolder" },
  4. { "key": "ctrl+k ctrl+d", "command": "editor.action.formatDocument" },
  5. { "key": "escape", "command": "closeFindWidget",
  6. "when": "findWidgetFocus && findWidgetVisible" }
  7. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement