Skip to content

Instantly share code, notes, and snippets.

@darylknight
Last active October 29, 2019 09:29
Show Gist options
  • Save darylknight/98740a2e6c1cbbab64063e33357f76bb to your computer and use it in GitHub Desktop.
Save darylknight/98740a2e6c1cbbab64063e33357f76bb to your computer and use it in GitHub Desktop.
[
{ "keys": ["f5"], "command": "reindent"}, // auto indent
{ "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace"} }, // replace
{ "keys": ["super+shift+w"], "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/long-tag.sublime-snippet" } }, // wrap in tag
{ "keys": ["super+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }, // switch files
{ "keys": ["super+option+p"], "command": "prompt_select_workspace" }, // switch workspaces
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment