Open text file from terminus shell into Sublime?
Is it possible to open a text file from terminus into the parent sublime window?
Just using the subl command?
That opens the file in a new sublime window. Unless there is a setting I can configure to only open it in an existing window?
related, It would be useful to be able to add the current directory (from the Terminus Shell) as a folder to the current sublime project
Hi @ahfx - for Linux I have a plugin at https://github.com/jongiddy/sublime-gidopen that provides both of these capabilities by right-clicking on the path name in Terminus (or any other view).
That opens the file in a new sublime window. Unless there is a setting I can configure to only open it in an existing window?
there is probably an issue with your subl command because by default subl opens in the last active window, which is the window containing Terminus is you are executing it from Terminus.
Did you alias subl to subl -w ?