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?
相关问题
- Is shmid returned by shmget() unique across proces
- Why doesn't php sleep work in the windows-subs
- how to get running process information in java?
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
Try Sublime command line help
subl --help Sublime Text 2 Build 2217
After you have opened a new window the subsequent files should be added there as per the default behavior.
and if you want to open a new file use
This works on Ubuntu 12.04:
or
subl -n filename
(if you want it to open in a seperate window)another option is: to open file.
to open a folder [ sublime folderName ]