How can I open Sublime Text 2 files from the command line in linux to a tab, not a new window

前端 未结 4 1778
时光说笑
时光说笑 2021-01-31 02:27

I have ST2 setup so that I can do \'sublime file.txt\' and it will open in a ST2 window. But how can I make it open in a new tab in the currently open window?

4条回答
  •  青春惊慌失措
    2021-01-31 03:14

    another option is: to open file.

    [sublime index.html script.js styles.css]
    

    to open a folder [ sublime folderName ]

提交回复
热议问题