aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
887 stars 123 forks source link

Disallow opening same file twice #85

Open krilim opened 2 years ago

krilim commented 2 years ago

I would be nice to have an option to disallow opening same file twice. In big projects, some times I open the same file 2 or 3 times and it is a bit messy.

aurora commented 5 months ago

I think this shouldn't take much work to implement - just out of curiosity, how come you open the same file twice -> by calling rmate multiple times with the same file path or by including the same file path multiple times as parameter?

krilim commented 5 months ago

I have a lot of files open in VS Code. When I have so many files open, the tabs become too small to see the full file name. If I've been editing another file for a long time, I might forget that I already opened the file I need and open it again.