BTW do people use tmux/screen to start multiple apps for development? I'm looking for a way to start nginx/sass watcher/js builder/web app in a split screen, and also stop them all with one command (which would send ctrl-c to all windows). Now I just use tabs (OSX).
Show HN: Restore tmux environment after a system restart
11–20 of 48 posts
Re: Show HN: Restore tmux environment after a system restart
#12Screencast is a nice touch.
Re: Show HN: Restore tmux environment after a system restart
#13BTW do people use tmux/screen to start multiple apps for development? I'm looking for a way to start nginx/sass watcher/js builder/web app in a split screen, and also stop them all with one command (which would send ctrl-c to all windows). Now I just use tabs (OSX).
The only sort of problem with it is that the output gets merged with each other. You can quite easily figure out what is what though.
Re: Show HN: Restore tmux environment after a system restart
#14Re: Show HN: Restore tmux environment after a system restart
#15I need this in my life.
Thanks
Re: Show HN: Restore tmux environment after a system restart
#16edit: I'd also like to say, I am really enjoying the trend of people including a video demo of their applications.
Re: Show HN: Restore tmux environment after a system restart
#17(In fact, I've had a real problem getting tmux to behave well at all when multiple term emulators are connected to the same session. I've had weird window resizing problems.)
Re: Show HN: Restore tmux environment after a system restart
#18Great! Now can someone tell me how to configure tmux so that I can have two connected term emulators use multiple virtual consoles in one session? Screen allows you to do this and I've been searching for a way to get tmux to behave the same way. (In fact, I've had a real problem getting tmux to behave well at all when multiple term emulators are connected to the same session. I've had weird window resizing problems.)
tmux a -d
Re: Show HN: Restore tmux environment after a system restart
#19Great! Now can someone tell me how to configure tmux so that I can have two connected term emulators use multiple virtual consoles in one session? Screen allows you to do this and I've been searching for a way to get tmux to behave the same way. (In fact, I've had a real problem getting tmux to behave well at all when multiple term emulators are connected to the same session. I've had weird window resizing problems.)
Re: Show HN: Restore tmux environment after a system restart
#20Great! Now can someone tell me how to configure tmux so that I can have two connected term emulators use multiple virtual consoles in one session? Screen allows you to do this and I've been searching for a way to get tmux to behave the same way. (In fact, I've had a real problem getting tmux to behave well at all when multiple term emulators are connected to the same session. I've had weird window resizing problems.)
One workaround is to detach the other sessions when you connect. tmux a -d