Re: #{pane_current_path} and the new -c flag

2014-02-27 Thread Jack O'Connor
Out of curiosity, does anyone know the rationale for removing the default-path setting? This seems like the kind of thing a lot of users might want, though maybe I'm biased :) On Wed, Feb 26, 2014 at 4:41 AM, Thomas Adam wrote: > On Tue, Feb 25, 2014 at 03:35:13PM -0800, Jack O'Connor wrote: >

Re: #{pane_current_path} and the new -c flag

2014-02-26 Thread Thomas Adam
On Tue, Feb 25, 2014 at 03:35:13PM -0800, Jack O'Connor wrote: > To get the old behavior of spawning new windows in the current working > directory, I now have to configure a large number of separate commands in > my tmux.conf: > https://github.com/oconnor663/dotfiles/blob/master/tmux.conf#L23-36 >

#{pane_current_path} and the new -c flag

2014-02-26 Thread Jack O'Connor
To get the old behavior of spawning new windows in the current working directory, I now have to configure a large number of separate commands in my tmux.conf: https://github.com/oconnor663/dotfiles/blob/master/tmux.conf#L23-36 Am I doing this right? Is there no way to do all of this in one line? T