Skip to content

Instantly share code, notes, and snippets.

@kidpixo
Created August 20, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidpixo/9fa77c207a6422d778ee6d7c5d4d8b53 to your computer and use it in GitHub Desktop.
Save kidpixo/9fa77c207a6422d778ee6d7c5d4d8b53 to your computer and use it in GitHub Desktop.
bind t set-window-option synchronize-panes # synchronize all panes in a window
# synchronize all panes in a window ; send : clear, ls , pwd , un-synchronize.
bind y set-window-option synchronize-panes \; \
send-keys clear Enter ls Enter pwd Enter \; \
set-window-option synchronize-panes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment