Advertisement
Guest User

Untitled

a guest
May 29th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+b"], "command": "toggle_side_bar" },
  3. { "keys": ["ctrl+d"], "command": "duplicate_line" },
  4. { "keys": ["ctrl+enter"], "command": "build" },
  5. { "keys": ["shift+delete"], "command": "left_delete" },
  6. { "keys": ["ctrl+q"], "command": "toggle_comment", "args": { "block": false } },
  7. { "keys": ["ctrl+shift+q"], "command": "toggle_comment", "args": { "block": true } },
  8. { "keys": ["ctrl+v"], "command": "paste_and_indent" },
  9. { "keys": ["ctrl+shift+v"], "command": "paste" }
  10. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement