Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [{
  2. "keys": ["ctrl+shift+f"],
  3. "command": "htmlprettify"
  4. }, {
  5. "keys": ["ctrl+alt+h", "p"],
  6. "command": "htmlprettify_set_prettify_prefs"
  7. }, {
  8. "keys": ["ctrl+alt+h", "o"],
  9. "command": "htmlprettify_set_plugin_options"
  10. }, {
  11. "keys": ["ctrl+alt+h", "k"],
  12. "command": "htmlprettify_set_keyboard_shortcuts"
  13. }, {
  14. "keys": ["ctrl+alt+h", "n"],
  15. "command": "htmlprettify_set_node_path"
  16. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement