Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+1"], "command": "indent" },
  3. { "keys": ["ctrl+2"], "command": "unindent" },
  4. { "keys": ["ctrl+3"], "command": "toggle_comment", "args": { "block": false } },
  5. { "keys": ["ctrl+4"], "command": "toggle_comment", "args": { "block": true } },
  6. { "keys": ["ctrl+5"], "command": "join_lines" },
  7. { "keys": ["ctrl+6"], "command": "duplicate_line" }
  8.  
  9. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement