diff --git a/.tmux.conf##os.Linux,hostname.tower b/.tmux.conf##os.Linux,hostname.tower index dc2aa36..cee4db8 100644 --- a/.tmux.conf##os.Linux,hostname.tower +++ b/.tmux.conf##os.Linux,hostname.tower @@ -22,6 +22,9 @@ bind - split-window -v unbind b bind b setw synchronize-panes +# reset working dir for session +unbind h +bind h attach-session -t . -c "#{pane_current_path}" # status bar set -g status-right '%H:%m %d-%b-%y '