Tmux 2.0 released
sourceforge.net
Tmux 2.0 released
1–10 of 221 posts
Re: Tmux 2.0 released
#2Re: Tmux 2.0 released
#3Re: Tmux 2.0 released
#4Maybe this is actually possible already and I just haven't found it?
Re: Tmux 2.0 released
#5Why it's 2.0? I don't see any really significant changes, or maybe I missed smth.
Re: Tmux 2.0 released
#6What is the advantage of using Sourceforge these days when github and bitbucket are free for open source?
Re: Tmux 2.0 released
#7I recently discovered Tmux after years of using GNU Screen. I love it. It feels much easier to use and more intuitive, easier to script. Also integration with terminal emulators such as iTerm2 on OS X or Byobu on Linux is fantastic. Tmux earned a place in my list of favorite daily used tools.
Re: Tmux 2.0 released
#8The main thing that I wish I could have in tmux is the ability to disable other sessions attached to the current terminal without outright detaching them. I intend to go back to that other machine at some point, I just don't want its tiny screen making my current session tiny for no reason. Maybe this is actually possible already and I just haven't found it?
A trick I've found is not attaching to that session, but starting a new session sharing all underlying windows. The model in tmux is [session]->[windows]->[panes], but something I did not realize until recently is that [session] can be multiple.
So rather than `tmux attach -t 0` use `tmux new-session -t 0`, allowing you to interact with the same windows without disturbing the other session.
Re: Tmux 2.0 released
#9It makes me sad to see a respectable piece of open source software hosted on this site with its intrusive advertising practices such as ads with fake "install" buttons on the download page. What is the advantage of using Sourceforge these days when github and bitbucket are free for open source?
Re: Tmux 2.0 released
#10It makes me sad to see a respectable piece of open source software hosted on this site with its intrusive advertising practices such as ads with fake "install" buttons on the download page. What is the advantage of using Sourceforge these days when github and bitbucket are free for open source?