From 1219df17b2ffbf0c0c03e684a30929ae9a9bbc2e Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 28 Mar 2020 14:29:15 -0400 Subject: Don't globally synchronize panes. --- shell/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/utils b/shell/utils index 6c3e85e..92f7f82 100644 --- a/shell/utils +++ b/shell/utils @@ -213,7 +213,7 @@ while [ $# -gt 0 ] ; do case $1 in esac ; done cd "$working_directory" || { echo "Cannot change to: $working_directory" ; return; } -layout="select-layout $layout ';' set-window-option -g synchronize-panes on ';'" +layout="select-layout $layout ';' set-window-option synchronize-panes on ';'" eval _tmux_session -s "\$session" -w "\$working_directory" -n "main" \ -- \ -- cgit v1.2.3