---

** [tickets:#189] pane_current_command and pane_current_path do not work in 
cygwin**

**Status:** open
**Created:** Tue Apr 21, 2015 10:04 PM UTC by Just Some Guy
**Last Updated:** Tue Apr 21, 2015 10:04 PM UTC
**Owner:** nobody

Environment: cygwin 64-bit running on Windows 7 Professional

The tmux variables pane_current_command and pane_current_path never get updated.

pane_current_command always seems to be set to the first command (which for me 
is bash). If I run another program, like vim, the window name is not changed, 
it's still something like "0:bash". These are the relevant window variables 
which I've checked are set (they're the default values actually):

    automatic-rename on
    automatic-rename-format 
"#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}"

pane_current_path seems to always be empty. I have the following lines in my 
.tmux.conf, which I think should cause every new window I create with CTRL+B,c 
to start in the current window's CWD, but instead they all start in /

    set-environment -g CHERE_INVOKING 1
    bind-key c new-window -c "#{pane_current_path}"


---

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.
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to