Skip to content

Commit

Permalink
Commands file
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Dec 17, 2013
1 parent 0dfdda0 commit edb918d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Default.sublime-commands
@@ -0,0 +1,25 @@
[
{
"caption": "File History: Current Project: Open recently closed file",
"command": "open_recently_closed_file",
"args": {
"show_quick_panel": true,
"current_project_only": true
}
},
{
"caption": "File History: All Projects: Open recently closed file",
"command": "open_recently_closed_file",
"args": {
"show_quick_panel": true,
"current_project_only": false
}
},
{
"caption": "File History: Cleanup file history",
"command": "cleanup_file_history",
"args": {
"current_project_only": false
}
}
]

0 comments on commit edb918d

Please sign in to comment.