sublime_terminal
sublime_terminal copied to clipboard
Question - how to open new terminal tab on OSX
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.
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
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.