diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-06-05 19:35:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-06-05 19:35:19 -0600 |
| commit | 92f8f6c91b21c549c9341ae15d040ce11d91f188 (patch) | |
| tree | b0df0c887c8568058b287a885bc9af0f1d942952 /home | |
| parent | d8a48ddbda62cb0de5adad4a88450ca5a850590b (diff) | |
Add synchronize-panes options to tmux
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 1 |
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}" ''; }; }; |
