Re: Is it possible to replace key sequence with single key press?

2013-07-07 Thread michael kapelko
Wow, thanks. I killed tmux and restarted it, now it works fine! Thanks a lot! 2013/7/8 Thomas Adam > On 8 July 2013 05:46, michael kapelko wrote: > > I've set up ~/.tmux.conf like this: > > > > bind-key -n M-right next > > bind-key -n M-left prev > > > > But still can't change windows with Alt-

Re: Is it possible to replace key sequence with single key press?

2013-07-07 Thread Thomas Adam
On 8 July 2013 05:46, michael kapelko wrote: > I've set up ~/.tmux.conf like this: > > bind-key -n M-right next > bind-key -n M-left prev > > But still can't change windows with Alt-right/left. That'll work fine. Did you kill and start tmux after doing this? tmux doesn't re-read it's configurati

Re: Is it possible to replace key sequence with single key press?

2013-07-07 Thread michael kapelko
I've set up ~/.tmux.conf like this: bind-key -n M-right next bind-key -n M-left prev But still can't change windows with Alt-right/left. 2013/7/8 Jack O'Connor > "bind-key -n ..." should do what you want I think, making a binding > without requiring your prefix. > On Jul 7, 2013 10:32 PM, "Pa

Re: Is it possible to replace key sequence with single key press?

2013-07-07 Thread Jack O'Connor
"bind-key -n ..." should do what you want I think, making a binding without requiring your prefix. On Jul 7, 2013 10:32 PM, "Patrick Shanahan" wrote: > * michael kapelko [07-07-13 22:23]: > > To go to the next window, I have to press "C-b, n" sequence (press C-b, > > release C-b, press n). > > Y

Re: Is it possible to replace key sequence with single key press?

2013-07-07 Thread Patrick Shanahan
* michael kapelko [07-07-13 22:23]: > To go to the next window, I have to press "C-b, n" sequence (press C-b, > release C-b, press n). Yes, but and right or left arrow will change to the next window in either direction. > I want to go to the next window simply by pressing "Alt-n" in one stroke

Is it possible to replace key sequence with single key press?

2013-07-07 Thread michael kapelko
Hi. To go to the next window, I have to press "C-b, n" sequence (press C-b, release C-b, press n). I want to go to the next window simply by pressing "Alt-n" in one stroke (press Alt-n only), NOT sequence. Is it possible? Thanks. -

Re: command too long

2013-07-07 Thread Jack Bates
On 05/07/13 08:20 AM, Nicholas Marriott wrote: > Hi > > On Wed, Jun 05, 2013 at 12:22:38PM -0700, Jack Bates wrote: >> On 01/06/13 03:22 AM, Nicholas Marriott wrote: >>> Hi >>> >>> What commands are you doing that regularly exceed 2048 bytes and why >> >> Thank you Nicolas, I often use tmux as part