Sublime Forum

Open up files in new tabs from FTP (windows OS)

#1

Hi,

I just got a new computer and whenever I open up files from an ftp (filezilla) it opens all of them in separate windows.
On my previous computer it opened in new tabs by default, which was a lot more convenient, but I don’t know what is different about my set up now.
Is there a setting i need to change for this? I’m on Windows so “open_files_in_new_window” doesn’t work.

Thanks in advance!

0 Likes

#2

I was able to find a solution to this.
If anyone else is looking for the answer at all, it was a problem with my filezilla filetype associations. I was unable to get .html files to open in sublime text so i had to edit the filezilla filetype associations settings to:
html “C:\Program Files\Sublime Text 3\sublime_text.exe” - open

I fixed the problem by removing the " - open" from the end of that text, now all files open in tabs in the same window. Hope this helps someone!

0 Likes