Is is possible to open a new-window with its working directory set to the one I am currently in. I am using zsh, if it matters.
|
|
|||
|
|
|
A relevant feature landed in the tmux SVN trunk in early February 2012. In tmux builds that include this code, tmux key bindings that invoke This uses special platform-specific code, so only certain OSes are supported at this time: Darwin (OS X), FreeBSD, Linux, OpenBSD, and Solaris. This should be available in the next release of tmux (1.7?). With tmux 1.4, I usually just use
in a shell that already has the desired current working directory. If, however, I anticipate needing to create many windows with the same current working directory (or I want to be able to start them with the usual <prefix>
in a shell that already has the desired current working directory (though you could obviously do it from any directory and just specify the value instead). If The tmux FAQ has an entry titled “How can I open a new window in the same directory as the current window?” that describes another approach; it is a bit convoluted though. |
|||||||||||||||
|
