sublime_terminal icon indicating copy to clipboard operation
sublime_terminal copied to clipboard

Question - how to open new terminal tab on OSX

Open richardbporter opened this issue 8 years ago • 2 comments

First, thanks for writing a great plugin.

Is there a string to add to the "parameters": [], setting to open terminal tabs instead of new windows? I'm running plain terminal on OSX 10.11.6.

I tried some combinations of to keystroke \"t\" using command down but no dice.

richardbporter avatar Oct 13 '17 14:10 richardbporter

Our current Terminal script doesn't support tabs:

https://github.com/wbond/sublime_terminal/blob/1.18.0/Terminal.sh

To add support, you'd need to either:

  • Fork our repo and modify the script appropriately
  • Copy/paste/modify the script and point to it locally

If you wind up with something that works, a PR would be appreciated

twolfson avatar Oct 13 '17 20:10 twolfson

Gotcha, thanks.

I was able to accomplish what I wanted using another plugin: https://github.com/afterdesign/termX Shell scripting is not my forte but if I get time to dig into this, I could open a PR.

richardbporter avatar Oct 17 '17 13:10 richardbporter