oh-my-fish/plugin-tab

GNOME Terminal opens new windows, not tabs

dead10ck opened this issue · 4 comments

Title is self-explanatory.

The last time I've checked this, the problem was in GNOME Terminal.

You can see that this plugin only calls gnome-terminal with --tab option, which should do the job.

Hmm, I couldn't find any documentation anywhere for the --tab option, but it appears based on this StackOverflow question that its purpose is not to open a new tab, but to open a new tab in a new window.

Hmm. That seems like kind of a worthless option :(

I don't have a GNOME desktop to play with, but if someone wants to give this answer a shot, it's not all that different from what we're doing with Terminal.app via AppleScript :)