I am trying to open current folder via command line using “e .” command (I’m using dotfiles). It works fine unless I already have sublime already open regardless of whatever file it is open.
Is there a way to start more than one instance of Sublime?
I am trying to open current folder via command line using “e .” command (I’m using dotfiles). It works fine unless I already have sublime already open regardless of whatever file it is open.
Is there a way to start more than one instance of Sublime?
Try subl -n (see sublimetext.com/docs/3/osx_command_line.html for more command line options).