Skip to content

Instantly share code, notes, and snippets.

@tomcarlson
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save tomcarlson/5d8a8ddb2fc0cea4aaeb to your computer and use it in GitHub Desktop.

Select an option

Save tomcarlson/5d8a8ddb2fc0cea4aaeb to your computer and use it in GitHub Desktop.
// create this file in AppData\Roaming\Sublime Text 3\Packages\User
// call it Main.sublime-menu
// this will add 'save' and 'open' commands to top menu in Sublime
[
{
"caption": "-----",
"id": "User_Settings",
},
{
"caption": "ΩOpen",
"id": "User_Settings",
"command": "prompt_open_file"
},
{
"caption": "∮Save",
"id": "User_Settings",
"command": "save"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment