Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #binding a button to reload this config file
  2. bind r source-file ~/.tmux.conf
  3.  
  4. #set hook to notify user when config file has been reloaded
  5. set-hook -g after-source-file 'display-message "Config reloaded"'
  6.  
  7. set-hook -g client-attached 'display-message "hello world"'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement