Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. #bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"
  2. -rw-r--r--@ 1 drewrobertson staff 1711 Apr 24 18:55 /Users/drewrobertson/│
  3. .tmux.conf │# Set Border Colors
  4. Drews-MacBook-Pro:~ drewrobertson$ │set -g pane-border-fg "black"
  5. │set -g pane-border-bg default
  6. │set -g pane-active-border-fg "red"
  7. │set -g pane-active-border-bg default
  8. │set-option -g allow-rename off
  9. │# Set Status Bar Colors
  10. │set -g status-bg "black"
  11. │set -g status-fg "#8b0000"
  12. │# Set Status Bar Information
  13. │# tmuxline will overwrite this
  14. │set -g status-right "#[fg=green]#(cat /proc/loadavg) #[fg=red]]"
  15. │set -g status-left "[ #[fg=green]#S"
  16. │setw -g window-status-current-format "#[fg=green]|#I:#W|"
  17. │setw -g window-status-format "#[fg='#8b0000'] #I:#W "
  18. │# Remove Annoying Features
  19. │set-window-option -g automatic-rename off
  20. │set -g bell-action none
  21. │# Set Status Bar Specifics
  22. │set-option -g status on
  23. │set -g status-interval 15
  24. │set -g status-justify centre
  25. │set-option -g status-attr dim
  26. │#set-option -g status-position bottom
  27. │setw -g monitor-activity on
  28. │set -g visual-activity off
  29. │# Set Locking
  30. │set-option -g lock-after-time 0
  31. │set-option -g lock-command "vlock"
  32. │Drews-MacBook-Pro:~ drewrobertson$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement