Live data from Hacker News

tmux 1.8 Released

tmux.sourceforge.net

21–30 of 162 posts

Re: tmux 1.8 Released

#21
post #4

Anybody know if it's possible to move between terminal windows (panes in tmux lingo) "clockwise" and "anti-clockwise"?

Ctrl+b and then arrow keys will get you switching in all directions.

Re: tmux 1.8 Released

#23
post #6

Should i finally switch from screens to tmux?

After mastering screen, I switched to tmux. It's a lot easier to configure. It's also a lot nicer to split panes etc...

Definitely recommend the switch. You might be dreading it, but two days into tmux you won't regret it. It took many weeks trying to convince myself screen is better until I actually tried tmux out.

Re: tmux 1.8 Released

#25
I want to like tmux, I really do, but my main gripes are scrolling in panes with the scroll wheel and selecting / copy/pasting text. iTerm (osx) or Terminator (linux) handle that much better, although I admit they can't really be compared technology-wise.

Alternatively, I never figured out how to select / copy text just as fast in tmux / vim / etc as with the mouse.

Re: tmux 1.8 Released

#27
post #18

Earlier quoted context omitted.

pushd /tmp && \ wget 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.8/tmux-1.8.tar.gz?r=http%3A%2F%2Ftmux.sourceforge.net%2F&ts=1364579710&use_mirror=garr' && \ gunzip

Shouldn't you be using checkinstall instead of 'make install' to make removal of the package easier in the future?

Not if you do local installs. You can remove the package simply by:

    rm -rf ~/installs/tmux-1.8

Re: tmux 1.8 Released

#28

Earlier quoted context omitted.

pushd /tmp && \ wget 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.8/tmux-1.8.tar.gz?r=http%3A%2F%2Ftmux.sourceforge.net%2F&ts=1364579710&use_mirror=garr' && \ gunzip

A simple `tar -xvf` can replace the separate `gunzip` and `tar` processes.

Do you mean `tar -xzvf`?

Re: tmux 1.8 Released

#30
i've switched from tmux to screen to byobu ( which is a wrapper for screen ) because of its simplicity. screen also has very little problems, with tmux i always had time costly issues.
Post reply on HN