Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [
  2. {
  3. "key": "ctrl+alt+`",
  4. "command": "workbench.action.terminal.focus"
  5. },
  6. {
  7. "key": "ctrl+alt+left",
  8. "command": "editor.action.moveCarretLeftAction"
  9. },
  10. {
  11. "key": "ctrl+alt+right",
  12. "command": "editor.action.moveCarretRightAction"
  13. },
  14. {
  15. "key": "ctrl+k t",
  16. "command": "workbench.action.tasks.runTask"
  17. }
  18. ]
Add Comment
Please, Sign In to add comment