Skip to content

Instantly share code, notes, and snippets.

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

  • Save doofmars/8c399b37c4215b6455ef to your computer and use it in GitHub Desktop.

Select an option

Save doofmars/8c399b37c4215b6455ef to your computer and use it in GitHub Desktop.
My sublime commands for the command palette
[
/* Additional File Commands */
{ "caption": "File: Open", "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "caption": "File: Close", "command": "close" }
/* Hint: Use sublime.log_commands(True) to log each command in the console */
/*For "File: Rename" use the file rename package https://github.com/brianlow/FileRename */
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment