From: martin f. krafft Date: Fri, 3 Apr 2020 08:44:59 +0000 (+1300) Subject: bind = to sync panes X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/595465b407707d8dc50d8556824af6bca8c63bdc bind = to sync panes --- 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