Guest User

Untitled

a guest
Mar 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+shift+s"], "command": "save" },
  3. { "keys": ["ctrl+s"], "command": "save_all" },
  4. { "keys": ["ctrl+tab"], "command": "next_view" },
  5. { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
  6. { "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
  7. { "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
  8. { "keys": ["ctrl+\\"], "command": "toggle_side_bar" },
  9. { "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
  10. { "keys": ["ctrl+'"], "command": "open_terminal_project_folder" },
  11. { "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
  12. { "keys": ["ctrl+;"], "command": "toggle_comment", "args": { "block": false } },
  13. { "keys": ["ctrl+shift+;"], "command": "toggle_comment", "args": { "block": true } },
  14. { "keys": ["ctrl+r"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
  15. { "keys": ["ctrl+shift+d"], "command": "find_under_expand_skip" }
  16. ]
Add Comment
Please, Sign In to add comment