Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
I want to run a tmux config that will do the following when I open alacritty:
So in effect I have multiple terminals open on my screen, but they all contain the same group of panes, but each one opens a new window. It looks like separate terminal sessions, but it's not. So it would be doing a tmux new-session -t 'moonwind' and then a tmux new-window on that session unless it's the first one.
I've been hammering at my cli for the last day trying to accomplish this via tmux commands and failing, only to come across tmuxp this morning.
Could I accomplish this with a tmuxp configuration?
Thank you