FG
💻 Software

How do I get tmux to open up a set of panes without manually entering them?

Fresh5 days ago
Mar 15, 202646722 views
Confidence Score0%
0%

Problem

So, I want to make a project-specific session that pops up certain commands in certain panes automagically. Following an online tutorial and the man page, this is what I come up with for a configuration file: The result is ... nothing. starts up with a single window and single pane in that window w…

Error Output

new -n estruct ls
neww -n estruct2 ls
splitw -v -p 50 -t 0 ls

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I get tmux to open up a set of panes without manually entering them?

Low Risk

Your configuration file is working, but there are a couple of complications. Short-lived Commands First, the commands you are starting (instances of ls) finish running very quickly. The windows and panes for the commands are created, but they disapp…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment