Auto-update tmux status bar with active pane pwd
This worked for me with tmux 2.5:
export PS1=$PS1'$( [ -n $TMUX ] && tmux rename-window $(basename $PWD))'
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This worked for me with tmux 2.5:
export PS1=$PS1'$( [ -n $TMUX ] && tmux rename-window $(basename $PWD))'