Created
May 8, 2019 14:51
-
-
Save ethagnawl/a34438bf286c645588a16621f25877ae to your computer and use it in GitHub Desktop.
tmux hook examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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