Sublime Forum

Rename folder in sidebar ONLY

#1

Sublime noob here. This is probably a dumb question, but I can’t find the answer anywhere…

I have a project with multiple folders of the same name: “c:\dir1\log” and “c:\dir2\log”. They both show up as “log” in the sidebar, so I’m just wondering if there’s a way I can rename them in sublime to say something like “dir 1 logs” and “dir 2 logs”, without renaming the actual folders on the file system.

Thanks!

0 Likes

#2

You want to set the “name” value in the project. Here is the documentation for projects. sublimetext.com/docs/2/projects.html

1 Like

#3

Thanks, that worked perfectly!

0 Likes