tmux sync panes

This commit is contained in:
Andrei Stoica 2023-06-15 08:13:09 -04:00
parent 9cd140a8ec
commit 4a9feb214f
1 changed files with 3 additions and 0 deletions

View File

@ -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 '