Guest User

Untitled

a guest
Dec 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+shift+r"], "command": "reindent", "args": {"single_line": false}},
  3. { "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": {"block": false}},
  4. { "keys": ["ctrl+h"], "command": "find_all",
  5. "context": [{"key": "panel", "operand": "find_in_files"}, {"key": "panel_has_focus"}]
  6. },
  7. { "keys": ["ctrl+h"], "command": "show_panel", "args": {"panel": "find_in_files"} },
  8.  
  9. ]
Add Comment
Please, Sign In to add comment