new iterm2 window, then split that window vertically
is this behavior possible?
It is possible, yes.
Note that #8 asks for a horizontal split and links to this Stack Overflow answer which shows a custom Bash function that wraps AppleScript code; if you replace the word horizontally with vertically there, you'll get a vertical split.
There are two considerations:
-
Generally, I haven't worked on
ttabfor a while, and I can't make promises with respect to when I'll take a closer look. -
Ideally, the same support should be added for Terminal.app and Gnome-Terminal - but it looks like that's not possible.
Thanks to @HofiOne, support for this is coming soon (has yet to be published).
v0.9.0 has been published with this feature.
To upgrade:
- If you originally installed via
npm:[sudo] npm upgrade ttab -g - If you originally installed via Homebrew:
brew upgrade mklement0/ttab/ttab