I have used tmux on linux systems and Mac OSX with no problem. I am aware that as of version 1.9 (I have 1.9a according to tmux -V
), you are required to do something along the lines of tmux split-window -c "#{pane_current_path}"
. That doesn't work, though. Nothing seems to work.
The best "hint" I can give is that the -c
parameter appears to be recognized in some form, as I get an error about an invalid path if I give it an explicit path that I know does not exist. However, giving it an explicit path does nothing (I thought maybe there was a problem with using pane_current_path
.
There is a chance there are two questions here, as tmux does not start in the current folder, which is default behavior, I believe.
Anybody know what's going on? Is this expected behavior? Am I missing a library somewhere?