Skip to content

Instantly share code, notes, and snippets.

@mghdotdev
Created June 3, 2015 21:32
Show Gist options
  • Select an option

  • Save mghdotdev/2cfc62e6a0e106f66fb5 to your computer and use it in GitHub Desktop.

Select an option

Save mghdotdev/2cfc62e6a0e106f66fb5 to your computer and use it in GitHub Desktop.
Sublime: "File: Open Containing Folder..." Command
[
{
"caption": "File: Open Containing Folder...",
"command": "open_containing_folder",
"args": {
"files": ["$file_path/$file_name"]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment