tmux sync panes
This commit is contained in:
parent
9cd140a8ec
commit
4a9feb214f
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Reference in New Issue