Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. {
  4. "key": "shift+cmd+l",
  5. "command": "editor.action.insertCursorAtEndOfEachLineSelected",
  6. "when": "editorTextFocus"
  7. },
  8. {
  9. "key": "shift+cmd+c",
  10. "command": "workbench.action.terminal.toggleTerminal"
  11. },
  12. {
  13. "key": "shift+cmd+7",
  14. "command": "editor.action.commentLine",
  15. "when": "editorTextFocus"
  16. },
  17. {
  18. "key": "ctrl+t",
  19. "command": "go.test.package",
  20. "when": "editorTextFocus"
  21. }
  22. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement