diff --git a/.tmux.conf.local b/.tmux.conf.local index 0386ae3..c1c26ac 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -294,3 +294,7 @@ tmux_conf_copy_to_os_clipboard=false # move status line to top #set -g status-position top + +# Binding syncrhonize-panes shortcut +bind C-s setw synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}" +