Last active
October 29, 2019 09:29
-
-
Save darylknight/98740a2e6c1cbbab64063e33357f76bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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