Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

bezatoh

How to open several files at once for editing through the console in the Sublime Text in one window?

There is a ftp with a bunch of folders (domains). The folder structure is the same and I need to open the files in Sublime Text in the same window. For example:

/home/domains/test1.com/index.php
/home/domains/test2.com/index.php
/home/domains/test3.com/index.php
/home/domains/test4.com/index.php
/home/domains/test5.com/index.php

Found such a solution:
winscp.exe sftp://[email protected]/ /edit /home/domains/test1.com/index.php

but it opens in the native editor and in separate windows.

In the settings of the default editor is Sublime Text, but still opens up in native editor.
OS: Windows

Thanks for help.