tmux 1.8 Released
131–140 of 162 posts
Re: tmux 1.8 Released
#132Earlier quoted context omitted.
You could achieve the same thing with shell scripts, but one of teamocil’s advantages is that it gives you the simplicity of YAML to build complex layouts.
"simplicity of YAML" Spoken like someone who's never actually looked into how complex YAML can be.
Well, I suppose it's possible, but it seems extremely unlikely.
Re: tmux 1.8 Released
#133Does 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
#134I realise you can rebind them, but both screen and tmux do themselves a disservice by choosing binding keys which overlap with prominent keys in emacs and for users who use emacs mode in their shell. First impressions count. If you want to configure tmux to use just a backtick as the escape, create ~/.tmux.conf unbind C-b set -g prefix ` bind-key ` send-prefix When you need to type a backtick just press it twice. For…
escape ^@^@
On most keyboards, you can enter it with control-space, which is very easy to type and rarely used for other purposes (though emacs uses for `set-mark-command`).Control-] can also be a good choice (at least for US-style keyboards that don't require shift for the square brackets).
Re: tmux 1.8 Released
#135Re: tmux 1.8 Released
#136Earlier quoted context omitted.
Another option is tramp[1], which lets you open files remotely (generally via ssh/scp). Not the same thing, but often accomplishes the same goal. [1] http://www.gnu.org/software/tramp/#Top
You still need a remote shell open if you want to run make, use SCM plugins, etc, so I've never found tramp that useful. If there's a clever solution for that I'd love to hear it.
Re: tmux 1.8 Released
#137Re: tmux 1.8 Released
#138Earlier quoted context omitted.
I used to use tmuxinator, but it's pretty much abandoned. There are pull requests that are over a year old. On the other hand, I submitted a pull request to teamocil and it was merged the same day.
I'll actually help maintain tmuxinator now. :) The project is really awesome but the author doesn't have enough time for it, so he added me to the project a few days ago. I'll go through the pull requests soon.
Re: tmux 1.8 Released
#139If you like tmux, also check out teamocil ( https://github.com/remiprev/teamocil ) to really enhance your use. It enables you to define tmux sessions via YAML, which is great for programmatically setting up a complex dev session. Mine, for example, fires up six panes in my preferred layout, and starts up a particular part of our project in each pane.
Re: tmux 1.8 Released
#140http://www.tenshu.net/p/terminator.html kinda like this...
Inception!