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.
tmux 1.8 Released
141–150 of 162 posts
Re: tmux 1.8 Released
#142Earlier 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)
Either way, thanks for reading. I hope it's enjoyable. Some minor updates are coming to the book too.
Re: tmux 1.8 Released
#143Does 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.
Re: tmux 1.8 Released
#144Anyone 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'?
Re: tmux 1.8 Released
#145Earlier 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.
Re: tmux 1.8 Released
#146Re: tmux 1.8 Released
#147Re: tmux 1.8 Released
#148Re: tmux 1.8 Released
#149Earlier 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.
Re: tmux 1.8 Released
#150http://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!