Advertisement
Guest User

.tmux.config

a guest
Oct 28th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. setw -g mode-keys vi
  2.  
  3. # 12 hour clock
  4. set-window-option -g clock-mode-style 12
  5.  
  6. # reload tmux.conf
  7. bind r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement