[ /* 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 */ ]