Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. unbind C-b
  2.  
  3. set -g prefix C-a
  4. set -g history-limit 100000
  5. bind-key C-a last-window
  6. set -g base-index 1
  7. set -sg escape-time 0
  8. setw -g aggressive-resize on
  9.  
  10. set -g status-bg black
  11. set -g status-fg white
  12. set -g status-left ""
  13. set -g status-right "#[fg=green]#H"
  14.  
  15. set-window-option -g window-status-current-bg green
  16. set-window-option -g window-status-current-attr bright
  17.  
  18. # force a reload of the config file
  19. unbind r
  20. bind-key r source-file ~/.tmux.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement