Sublime Forum

Favorite Files

#1

Is there any way to access favorite files across my file system? They arenā€™t part of any particular project. Just system files I regularly update.

0 Likes

#2

Thereā€™s File > Open Recent.

0 Likes

#3

If you drag the parent folder into the sidebar, you can then easily find filenames by using Goto Anything.

0 Likes

#4

@nick They are not recent file perse.

@skube there is no parent folder. they are misc files spread across my file system.

so, it is looking like there is no ā€œfavoritesā€ type of feature built in, eh. I guess I could fashion something.

0 Likes

#5

If youā€™re not on Windows, you could create a folder full of symlinks. Probably not what you want though. :smile:

Seems like it should be a possible, and Iā€™ve been meaning to write a plugin. Iā€™ll see what I can do.

0 Likes

#6

I ended up doing symlinks :smile: thanks yā€™all.

0 Likes

#7

I think it would be nice to use ctrl+n/ctrl+p(or cmd for mac) to go up and down in popup list like vim,but currently this two key bind was occupied by default.

0 Likes

#8

I threw together a plugin after seeing this thread to allow the saving and access of favorite files.

0 Likes