Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. bind r source-file ~/.tmux.conf
  2.  
  3. bind k up-pane
  4. bind j down-pane
  5.  
  6. set-option -g status-keys vi
  7.  
  8. # Increase this if running shell commands from this config.
  9. set -g status-interval 15
  10.  
  11. set -g status-bg black
  12. set -g status-fg white
  13.  
  14. set -g status-left '#[fg=white]#(whoami)#[fg=green]@#[fg=red]#H #[fg=green]][#[default] #[fg=magenta]#S#[fg=white]:#[fg=yellow]#W #[fg=green]][#[default]'
  15. set -g status-right '#[fg=green]][ #[fg=cyan]%m/%d/%Y #[fg=white]%H:%M:%S#[default]'
  16.  
  17. setw -g mode-keys vi
  18. setw -g window-status-bg black
  19. setw -g window-status-fg cyan
  20. setw -g window-status-current-attr underscore
  21. setw -g window-status-current-fg white
  22. setw -g window-status-current-bg black
Add Comment
Please, Sign In to add comment