Shortcut to open file location in SublimeText 3 on Windows 10

By adding the following code to Preferences -> Keybindings, now you can quickly open the Folder containing the script you are working on. Very convenient for collecting result, investigate script and so on.

{ "keys": ["ctrl+alt+e"], "command": "open_dir", 
    "args": {"dir": "$file_path", "file": "$file_name"} }

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.