screen-style two-character bindings for high window numbers?

2011-05-11 Thread Robin Lee Powell
Like many people, I have bindings in screen so META - 1 takes me to window 11. I rely on this pretty heavily, it's very much in muscle memory, and would love to have an equivalent in tmux. Does such a facility for two-character commands exist? Thanks. -Robin -- http://singinst.org/ : Our

Re: screen-style two-character bindings for high window numbers?

2011-05-11 Thread Ton van den Heuvel
In case you are using urxvt, this is possible by defining keymappings for urxvt that map to keys that can be bound for tmux. For example, to map Mod4-j to move to the next pane, define a mapping from Mod4-j to M-j for urxvt in .Xdefaults as follows: URxvt.keysym.Mod4-j:\033j Then, in tmux.conf

Wrong key stops program execution?

2011-05-11 Thread Nicolas Bigaouette
Hi all, I'm using tmux to launch long simulations. It has served me well. On some systems, I have set ctrl+a as the main key, while on others it's ctrl+s. So to detach from tmux it should be either ctrl+a,d or ctrl+s,d. Unfortunately, I sometimes hit the wrong keyboard combination to detach. For

Re: Wrong key stops program execution?

2011-05-11 Thread Micah Cowan
On 05/11/2011 07:32 PM, Nicolas Bigaouette wrote: Hi all, I'm using tmux to launch long simulations. It has served me well. On some systems, I have set ctrl+a as the main key, while on others it's ctrl+s. So to detach from tmux it should be either ctrl+a,d or ctrl+s,d. Unfortunately, I