Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. set -g default-terminal "screen-256color"
  2. set-option -g status-position bottom
  3. set-window-option -g xterm-keys on
  4. bind-key -n S-Up set-option -g status
  5. bind-key -n S-Down set-option -g status
  6. bind-key -n S-Left previous-window
  7. bind-key -n S-Right next-window
  8. set-option -g status-fg white
  9. set-option -g status-bg default
  10. set-option -g status-attr default
  11. set-window-option -g window-status-fg "#666666"
  12. set-window-option -g window-status-bg default
  13. set-window-option -g window-status-attr default
  14. set-window-option -g window-status-current-fg red
  15. set-window-option -g window-status-current-bg default
  16. set-window-option -g window-status-current-attr default
  17. set-option -g message-fg white
  18. set-option -g message-bg black
  19. set-option -g message-attr bright
  20. set -g status-left " "
  21. set -g status-justify left
  22. set -g status-right " "
  23. set-window-option -g mode-keys vi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement