Auto-update tmux status bar with active pane pwd
In tmux, the status bar normally shows the current working directory of a pane in the window list. If I have for example two panes in a window, and the two panes have different working directories, is it possible to automatically update the status bar with the current working directory of the pane I’m currently focused on? To clarify, if I have a window with two panes, and the first pane is in ~ and the second pane is in ~/Sites , I would like the window list in the status bar to say 1:~ when I am focused on the first pane, and 1:~/Sites when I am focused on the second pane. Tmux pane PWD at