Via the pragmatic programmer, one of their .tmux.conf files has this for "synchronize-panes":
# shortcut for synchronize-panes toggle
# START:sync
bind C-s set-window-option synchronize-panes
# END:sync
I do not know how to run this. I find myself running setw synchronize-panes a lot both to turn this on and off. How can I send a keyboard shortcut to run this in tmux? A simple C-s does not work while using the .tmux.conf above.