Live data from Hacker News

tmux 1.8 Released

tmux.sourceforge.net

141–150 of 162 posts

Re: tmux 1.8 Released

#141

I love web pages like this. The top of it reads: "tmux is a terminal multiplexer" "What is a terminal multiplexer? It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more. See the manual." That's awesome. So many times someone posts on HN "CaffBook.ly.errr 0.98 now released" and I have no idea wh…

I appreciated it too. I've heard tmux mentioned plenty of times but never with a mention of what it is/does. That one line did it.

After years of using screen i switched to tmux.. i'm sure i'm not even using a 5th of the functionality but i love it.

Re: tmux 1.8 Released

#142
post #133
post #91

Earlier quoted context omitted.

It costs $ but I really liked this pragprog book: http://pragprog.com/book/bhtmux/tmux Really good introduction, and the included config file is a good start.

And the book is $7.20 on Amazon for the Kindle, FYI. I just bought it (versus $14something @ pragprog)

Author here. I know it's better for you to get the book cheaper, but PragProg gives authors 50% royalty on the sale of the book. If you buy it from pragprog, I get more in my pocket than if you buy from Amazon.

Either way, thanks for reading. I hope it's enjoyable. Some minor updates are coming to the book too.

Re: tmux 1.8 Released

#143
post #91
post #87

Does anyone know where to find a good introduction to tmux? I attempted to start using it a couple of weekends ago but wasn't able to find any good documentation with my google-fu.

It costs $ but I really liked this pragprog book: http://pragprog.com/book/bhtmux/tmux Really good introduction, and the included config file is a good start.

Glad you liked the book. I'm going to rolling out some minor changes in a couple days just to keep it updated with 1.8.

Re: tmux 1.8 Released

#144

Anyone know if it is possible to do single combination keybindings? Currently all of the keybindings are things like 'Ctrl+W L', whereas I'd like to do things like 'Command+L'?

If you use bind-key -n C-f some-tmux-command it'll bind directly to Contrl-f. The -n means no prefix. I don't know how you'd make tmux recognize the Mac's command key though.

Re: tmux 1.8 Released

#145
post #141

Earlier quoted context omitted.

I appreciated it too. I've heard tmux mentioned plenty of times but never with a mention of what it is/does. That one line did it.

After years of using screen i switched to tmux.. i'm sure i'm not even using a 5th of the functionality but i love it.

What are the primary advantages that tmux has over GNU screen that you found ?

Re: tmux 1.8 Released

#149
post #132

Earlier quoted context omitted.

"simplicity of YAML" Spoken like someone who's never actually looked into how complex YAML can be.

I don't see how someone could possibly write a tool like this without being aware of YAMLs potential complexity. Well, I suppose it's possible, but it seems extremely unlikely.

These days it's very easy to use a simple api without knowing about the dragons lurking beneath the surface. Flip side of our "reusable components" holy grail.

Re: tmux 1.8 Released

#150
post #140
post #75

http://www.tenshu.net/p/terminator.html kinda like this...

With terminator, you can have a windowing editor (vim) inside a windowing session manager (tmux) inside a windowing terminal (terminator). Inception!

... inside a window manager (compiz) inside a nested x session (Xnest) inside a virtual machine (VirtualBox) inside a chroot.
Post reply on HN