dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2025-04-03 21:15:42 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2025-04-03 21:22:14 +0100 +0100
Commit: e06bbf55e6e87737aa2e744d441cb7d1c4df2cf1
Parent: fb0a3de0f67f61f409a2aa0c2ada4c548f919f30


feat(tmux): bind C-x to toggle pane sync
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 52f073ddfa6514c2577552c8d6d5383de9577f41..f952bd44e5a09d3e476fef1c6db076a427533af8 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -26,5 +26,8 @@ ## v and h to split
 bind h split-window -h
 bind v split-window -v
 
+## toggle input across all pages within a window
+bind -n C-x setw synchronize-panes
+
 # Mouse
 set -g mouse on