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
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 '~'
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
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
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
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