Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created May 8, 2019 14:51
Show Gist options
  • Save ethagnawl/a34438bf286c645588a16621f25877ae to your computer and use it in GitHub Desktop.
Save ethagnawl/a34438bf286c645588a16621f25877ae to your computer and use it in GitHub Desktop.
tmux hook examples
set-hook after-split-window 'run "echo split > ~/tmux.log'
set-hook before-new-window 'run "date >> ~/tmux.log"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment