I would like to open all my useful stuff like here in iTerm2:
Not like this:
I'm using tmuxinator I've defined some tabs. I wonder if it's possible to get the former behaviour at all.
iTerm2 is a very capable terminal application for MacOS. One of its best but probably least-used features is its native integration with tmux. Tmux is a terminal multiplexer. Simply put, this allows you to split one terminal session into many.
Start new tmux session using -CC option Using iTerm 2, log into the machine you want to work with. This can be your local machine or a remote server over ssh. Start a new tmux session using the -CC option. You will see a message saying tmux mode started with a Command Menu.
tmuxinator is a ruby gem that allows you to easily manage tmux sessions by using yaml files to describe the layout of a tmux session, and open up that session with a single command.
I just tried with tmux 1.8. Not totally obvious, but it works.
Here's what you do:
tmux <your tmuxinator profile>
. Then detach ^b d
.tmux -CC attach -t <your session>
. You will see your tabs open in different windows. I'd like to know how to avoid the part about hiding and opening in tabs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With