From 92f8f6c91b21c549c9341ae15d040ce11d91f188 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 Jun 2022 19:35:19 -0600 Subject: Add synchronize-panes options to tmux --- home/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 3cf10ab..131d8f9 100644 --- a/home/default.nix +++ b/home/default.nix @@ -188,6 +188,7 @@ with lib; { set -g renumber-windows on set -sa terminal-overrides ',xterm-termite:RGB' set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,} %H:%M %d-%b-%y" + bind-key X set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}" ''; }; }; -- cgit v1.2.3