From 595465b407707d8dc50d8556824af6bca8c63bdc Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 3 Apr 2020 21:44:59 +1300 Subject: [PATCH] bind = to sync panes --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index e92b36c..432a860 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,3 +18,4 @@ set-option -g set-titles on set-option -g set-titles-string "#{?#{==:#{pane_title},#{host_short}},#h:#W,#T}" bind-key '\' confirm-before -p "kill-session #S? (y/n)" kill-session +bind-key = set-option synchronize-panes -- 2.39.2