You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to have a shell script file to start tmux, and it has some commands like tmux split-tab -t Session_A:0.0 -h and tmux split-tab -t Session_A:1.0 -h, so is there a way to get the tab names and pane names like used to in tmux? Or I have to use the "Layout" way instead of a shell script file?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I used to have a shell script file to start tmux, and it has some commands like
tmux split-tab -t Session_A:0.0 -h
andtmux split-tab -t Session_A:1.0 -h
, so is there a way to get the tab names and pane names like used to in tmux? Or I have to use the "Layout" way instead of a shell script file?Thank you!
The text was updated successfully, but these errors were encountered: