Re: 1.9 default-path

2014-02-22 Thread Carsten Mattner
On Fri, Feb 21, 2014 at 2:14 PM, Thomas Adam wrote: > On 21 February 2014 12:56, Carsten Mattner wrote: >> ok I won't try this today so if anyone posts the configuration for >> that I'll try it sooner and report success/fail. else I'll have first >> have to figure out the configuration. > > I did

Re: 1.9 default-path

2014-02-21 Thread Thomas Adam
On 21 February 2014 12:56, Carsten Mattner wrote: > ok I won't try this today so if anyone posts the configuration for > that I'll try it sooner and report success/fail. else I'll have first > have to figure out the configuration. I did add examples of this to the CHANGES file. -- Thomas Adam -

Re: 1.9 default-path

2014-02-21 Thread Carsten Mattner
or neww and splitw. > > > > Original message > From: Carsten Mattner > Date: 21/02/2014 08:33 (GMT+00:00) > To: tmux-users@lists.sourceforge.net > Subject: 1.9 default-path > > > The 1.9 changelog suggests to rebind keys to get back the old default-

Re: 1.9 default-path

2014-02-21 Thread Nicholas Marriott
Yes rebind the keys you use for neww and splitw. Original message From: Carsten Mattner Date: 21/02/2014 08:33 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: 1.9 default-path The 1.9 changelog suggests to rebind keys to get back the old default-path behavior

1.9 default-path

2014-02-21 Thread Carsten Mattner
The 1.9 changelog suggests to rebind keys to get back the old default-path behavior doesn't it? # grep default-path ~/.tmux.conf set -g default-path - It looks like I'll have to redefine and rebind keys to maybe get back that old behavior but I'm not sure how and if that's the right solution. W