Advertisement
vectr0n

Untitled

Jul 28th, 2016
93
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 prefix C-a
  2. unbind C-b
  3. bind C-a send-prefix
  4. set -g status-bg blue
  5. set -g status-fg white
  6. set -g default-terminal "screen-256color"
  7. set -g status-justify left
  8. set -g set-titles off
  9. set -g history-limit 5120
  10. set -g status-left '#[fg=colour153][#[fg=white]#H#[fg=colour153]]'
  11. set -g status-right '#[default]#[fg=colour153][#[fg=white] %Y-%m-%d %I:%M %p #[fg=colour153]]#[default]'
  12. setw -g monitor-activity off
  13. set -g visual-activity off
  14. setw -g window-status-current-fg colour153
  15. setw -g clock-mode-colour red
  16. setw -g clock-mode-style 24
  17. #set -g mode-mouse on
  18. #set -g mouse-select-window on
  19. #set -g mouse-select-pane on
  20. set -g automatic-rename off
  21.  
  22. set-option -g -q mouse on
  23. bind-key -T root PPage if-shell -F "#{alternate_on}" "send-keys PPage" "copy-mode -e; send-keys PPage"
  24. bind-key -t vi-copy PPage page-up
  25. bind-key -t vi-copy NPage page-down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement