-
I know that within a session file, I can open multiple tabs. But I want to start a new session as a tab to the currently existing ones. Let's say I have one window open, and then start this session:
Now this opens a new window instead of a new tab. Am I right in thinking that a session always opens a new tab, and only supports tabs within itself? If that's the case, how can I accomplish that? I found #3601 where he talks about launch and combine, is that the way to go? I haven't seen an example of that, does anyone use it like this, or am I just missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Or use remote control. To use I've also thought about making |
Beta Was this translation helpful? Give feedback.
Or use remote control.
Or write your custom kitten to create a new tab however you want.
To use
set-enabled-layouts
, you need the nightly version, or compile from src.I've also thought about making
session
available for the new OS window or new Tab (e.g. with different shells presets), but I don't have any motivation.