summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-06-05 19:35:19 -0600
committerAlejandro Soto <alejandro@34project.org>2022-06-05 19:35:19 -0600
commit92f8f6c91b21c549c9341ae15d040ce11d91f188 (patch)
treeb0df0c887c8568058b287a885bc9af0f1d942952 /home
parentd8a48ddbda62cb0de5adad4a88450ca5a850590b (diff)
Add synchronize-panes options to tmux
Diffstat (limited to 'home')
-rw-r--r--home/default.nix1
1 files changed, 1 insertions, 0 deletions
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}"
'';
};
};