---

** [tickets:#79] inherit cwd for new-window, split-pane, etc.**

**Status:** open
**Created:** Mon Nov 18, 2013 09:16 PM UTC by wes
**Last Updated:** Mon Nov 18, 2013 09:16 PM UTC
**Owner:** nobody

After the refactoring with the file descriptors (282c5f9644ed262ee), I can no
longer convince tmux to inherit the cwd from the current pane on new window,
split pane, etc.

I read the git log messages, which instruct one to do

        bind c neww -c $PWD

in tmux.conf, but this does not work.  The $PWD variable is expanded (I'm
pretty sure), when tmux.conf is parsed, and it will never change after that.
I tried to see what was going on by running tmux with -v and debug printing
messages whenever a MSG_IDENTIFY_CWD happened.  No matter how many times I
change directories or split panes, it looked like only one MSG_IDENTIFY_CWD
would show up in the logs.

Anyway, I think inheriting the cwd was the default behavior before.  It would
be great to have it back somehow.  Thanks!


---

Sent from sourceforge.net because tmux-users@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/tmux/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/tmux/admin/tickets/options.  Or, if this is a mailing 
list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to