From 4a9feb214f30e74a73622c9ef5cf96f47c6180aa Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Thu, 15 Jun 2023 08:13:09 -0400 Subject: [PATCH] tmux sync panes --- .tmux.conf##os.Linux,hostname.tower | 3 +++ 1 file changed, 3 insertions(+) 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 '