Last active
August 29, 2015 14:11
-
-
Save doofmars/8c399b37c4215b6455ef to your computer and use it in GitHub Desktop.
My sublime commands for the command palette
This file contains hidden or 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
Show hidden characters
| [ | |
| /* 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