Sublime Forum

Open the folder in which the file is saved

#1

I miss this feature, please add it to the file menu.

0 Likes

#2

Check out github.com/titoBouzout/SideBarEnhancements

It does this and some other nifty things besides.

(Oh, and the command/menu item to show the item is Reveal, which is not the most obvious name, but now you know :smile:

Alex

0 Likes

#3

I found myself needing the file path and/or a look at the directory the file was in I discovered a keyboard shortcut could do this for me. I hope you find it useful.

// reveal current file in finder { "keys": "super+shift+e"], "command": "open_dir", "args": { "dir": "$file_path", "file": "$file_name" } }, // copy the current file's path to the clipboard { "keys": "super+shift+c"], "command": "copy_path" }

0 Likes