wbond/sublime_terminal

iTerm2-v3 not launching when not runing

Open

#171 opened on Jun 17, 2017

View on GitHub
 (14 comments) (3 reactions) (0 assignees)Python (117 forks)github user discovery
blockedbughelp wanted

Repository metrics

Stars
 (597 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi guys!

Great work here!

When I try to open the iTerm and I have already an iTerm running (other windows open) it works flawlessly. The thing is that if the app is not running it won't launch.

This is my Terminal.sublime-settings.

{
  "terminal": "iTerm2-v3.sh",
  "parameters": ["--open-in-tab"]
}

Other things:

  • when I run the iTerm2-v3.sh directly from iTerm it works.
  • when I run the iTerm2-v3.sh directly from the default terminal it doesn't work.
  • I am running zsh as my default shell
➜  bash iTerm2-v3.sh 
41:47: syntax error: Expected end of line but found class name. (-2741)

Contributor guide