Re: default-path doesn't work on OSX

2013-08-09 Thread Rogério Yokomizo
On Aug 5, 2013, at 12:04 PM, Thomas Adam wrote: > Are you sure you don't mean: > > set -g default-path '~' You're right. I've forgotten the -g. Sorry. Thanks!-- Get 100% visibility into Java/.NET code with AppDynamics

Re: default-path doesn't work on OSX

2013-08-05 Thread Thomas Adam
On Mon, Aug 05, 2013 at 10:58:07AM -0300, Rogério Yokomizo wrote: > Server log on OSX 10.7.5, tmux 1.8 installed with home brew: cmdq 0x7fab32404e30: set-option default-path ~ (client -1) That's just set without -g, which will not be global. Are you sure you don't mean: set -g default-path '~'

Re: default-path doesn't work on OSX

2013-08-04 Thread Ben Boeckel
On Fri, 02 Aug, 2013 at 15:50:04 GMT, Rogério Yokomizo wrote: > set default-path "~" > > When I open a new pane or window, on Ubuntu this works fine. > > On OSX, this option is ignored, but all other options works fine. > However, If I try to reload the .tmux.conf using :source-file > ~/.tmux.con

Re: default-path doesn't work on OSX

2013-08-04 Thread Thomas Adam
On 4 August 2013 23:59, Saad Malik wrote: > I would like to piggy-back on this bug request. default-path doesn't work in > cygwin either. I hope it's the same root cause. Doubtful. That's like asking if two different people are ill, why paracetemol works for one person, but not the other. Don't

Re: default-path doesn't work on OSX

2013-08-04 Thread Thomas Adam
On 2 August 2013 16:50, Rogério Yokomizo wrote: > Hi! > > I would like to report a bug. > I am sorry if this isn't the right method. > > So… > > I'm using tmux on OSX 10.7.5 and Ubuntu 12.4 > > On my .tmux.conf I have the default-path option: > > set default-path "~" > > When I open a new pane o

Re: default-path doesn't work on OSX

2013-08-04 Thread Saad Malik
I would like to piggy-back on this bug request. default-path doesn't work in cygwin either. I hope it's the same root cause. On Fri, Aug 2, 2013 at 8:50 AM, Rogério Yokomizo wrote: > Hi! > > I would like to report a bug. > I am sorry if this isn't the right method. > > So… > > I'm using tmux on