Live data from Hacker News

Tmux 1.9 released

sourceforge.net

51–60 of 121 posts

Re: Tmux 1.9 released

#51
post #43

I remember using on the mac a branch of tmux with iTerm, where the gui understood tmux, giving native tabs and scrollback. I thought this was the greatest thing ever, but am now on Linux. Is this work still continuing does anyone know?

This actually works with GNU Screen. Because of this, and because of the lack of workspace reordering in tmux, I seem to be actually about the only person who likes Screen more than tmux.

> because of the lack of workspace reordering in tmux

What do you mean? Commands like tmux swap-window and tmux move window allow you do move the order of the windows / workspaces.

Re: Tmux 1.9 released

#53
post #4

Earlier quoted context omitted.

I use screen and tmux for different tasks. I'll use screen when I need to run a long-running task and can't keep my terminal session open. I use tmux with a script so that I can ssh into multiple nodes and broadcast the same commands to them all at the same time. Great for interactive deployments that I haven't been able to automate away with CFEngine just yet.

So why do you use screen rather than tmux for long running tasks, if you use tmux for everything else?

Force of habit more than anything else. I just learned about tmux a month ago when I needed to find a way to implement that broadcast solution. For the moment, broadcasting is the only thing I use tmux for - Just as detaching from long running sessions is the only thing I use screen for. I don't have an allegiance to either as most of my tasks I do in a single terminal window.

Re: Tmux 1.9 released

#54
post #45

If you're on Windows, ConEmu offers the same functionality. And as a bonus you can also run windows apps inside the terminal window. Here's how it looks http://i.imgur.com/dEpQYJf.jpg

And now you can use tmux in Cygwin.

I've been using it in Cygwin for a long time. What is supposed to be broken?

Re: Tmux 1.9 released

#55

Earlier quoted context omitted.

Isn't one of the advantages of tmux is reduce / avoid using the mouse? I know that scrolling is one of the first non-obvious changes that seem irritating at first. But after you get used to scrolling with the keyboard, I find myself missing this possibility on 'standard' terminal windows. Suddenly using the mouse to scroll feels really awkward and inefficient.

Why can't you have both efficient mouse AND keyboard control? Sometimes your hand is on the mouse and it makes for sense to use it.

You might like Plan 9.

Re: Tmux 1.9 released

#56
post #43

I remember using on the mac a branch of tmux with iTerm, where the gui understood tmux, giving native tabs and scrollback. I thought this was the greatest thing ever, but am now on Linux. Is this work still continuing does anyone know?

This actually works with GNU Screen. Because of this, and because of the lack of workspace reordering in tmux, I seem to be actually about the only person who likes Screen more than tmux.

You're not! I work on a team of Screen enthusiasts. We all use it, every day.

Re: Tmux 1.9 released

#57
post #43

I remember using on the mac a branch of tmux with iTerm, where the gui understood tmux, giving native tabs and scrollback. I thought this was the greatest thing ever, but am now on Linux. Is this work still continuing does anyone know?

This actually works with GNU Screen. Because of this, and because of the lack of workspace reordering in tmux, I seem to be actually about the only person who likes Screen more than tmux.

I'm a screen die-hard. tmux is probably lovely but since it's not on 100% of the machines I use, it's not going to get any traction with me.

Re: Tmux 1.9 released

#58
post #2

Has anyone used these, and can they give me a comparison: tmux/scree/byobu Currently a byobu user, it seems fine so far. Wondering what others offer more than that.

Byobu is a pre-configured 'easy mode' for either Screen or Tmux.

I use it all the time on my RasPi at work, running a mutt instance. I can hop in from any machine and have my 'native' email client accessible.

Re: Tmux 1.9 released

#59
post #37

Awesome little program. It's saved so much time so far. For anyone that wants to get up and running: https://github.com/andyhmltn/dotfiles That contains two tmux config files that add a few things like CTRL+B thenSHIFT+P for a nice layout and a shortcut for switching between panes with ALT+Arrow keys

I personally use: bind-key -n M-1 select-window -t 1 bind-key -n M-2 select-window -t 2 bind-key -n M-3 select-window -t 3 (...) For an IMHO even more convinient ALT+Number to switch directly to the tab in question, just like in firefox.

That's very similar to CTRL+B then Q then Number. But I have about 5+ panes so I found using the arrow keys a lot easier

Re: Tmux 1.9 released

#60

I remember using on the mac a branch of tmux with iTerm, where the gui understood tmux, giving native tabs and scrollback. I thought this was the greatest thing ever, but am now on Linux. Is this work still continuing does anyone know?

Yup, it was merged into trunk for 1.8. I love iTerm/Tmux integration.

but is there also an integration for a Linux terminal emulator?
Post reply on HN