From 312d03469badd335afa182f145d2f446d1530085 Mon Sep 17 00:00:00 2001 From: Jongkuk Lim Date: Tue, 18 Aug 2020 12:38:57 +0900 Subject: [PATCH] Add synchronize-panes shortcut to bind+C-s --- .tmux.conf.local | 4 ++++ 1 file changed, 4 insertions(+) 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}" +