Ask HN: why use tmux if iterm2 provides tabbed windows
1–5 of 5 posts
Re: Ask HN: why use tmux if iterm2 provides tabbed windows
#2Also, tmux is much like GNU screen. I can run a remote tmux session on a server, detach it, then ssh back in and get right back into that same session later (tmux && C-b D then tmux attach)
Re: Ask HN: why use tmux if iterm2 provides tabbed windows
#3I like tmux because I can do everything without my hands leaving the keyboard. I vaguely recall trying iterm2. Also, tmux is much like GNU screen. I can run a remote tmux session on a server, detach it, then ssh back in and get right back into that same session later (tmux && C-b D then tmux attach)
http://www.drbunsen.org/text-triumvirate.html
For now since I'm just working on a RoR app as a personal project, I don't really have a server and tmux's capabilities are limited on my end. So I might give tmux a go first and familiarise with it first, so i'd be more up to speed when it's capabilities can come to play fully :D
Thanks (:
Re: Ask HN: why use tmux if iterm2 provides tabbed windows
#4Also, tmuxinator is a nice addition if you do start using tmux. https://github.com/aziz/tmuxinator
Re: Ask HN: why use tmux if iterm2 provides tabbed windows
#5tmux really shines for me when starting or switching between projects. I can fire up a rails app with a single command and have all the tabs I like ready to go. Check out prag prog's tmux book for a quick intro: http://pragprog.com/book/bhtmux/tmux Also, tmuxinator is a nice addition if you do start using tmux. https://github.com/aziz/tmuxinator