Advertisement
nPhoenix

Untitled

Oct 10th, 2020
1,489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. [
  2.     { "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" },
  3.     { "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
  4.     { "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
  5.     { "keys": ["ctrl+shift+c"],
  6.       "command": "insert_snippet",
  7.       "args": {
  8.         "contents": "console.log(${1:}$SELECTION);${0}"
  9.       }
  10.     }
  11. ]
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement