Last active
June 20, 2016 02:35
-
-
Save mwilliammyers/cd4094b518664610b54f3bbf6d827579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind-key C-a | |
| set-option -g prefix C-a | |
| bind-key C-a send-prefix | |
| set -g mouse on | |
| setw -g mode-keys vi | |
| set -g default-terminal "screen-256color" | |
| # | |
| # Status Bar | |
| # | |
| set-option -g status on | |
| set -g status-bg black | |
| set -g status-fg white | |
| set -g status-interval 5 | |
| # set-option -g status-position top | |
| setw -g monitor-activity on | |
| set -g visual-activity on | |
| set-window-option -g window-status-attr dim | |
| set-window-option -g window-status-current-attr bright | |
| set -g status-left-length 0 | |
| set -g status-right-length 60 | |
| set -g status-right "#[fg=white]#S #I:#P #[fg=blue]%a %Y-%m-%d #[fg=green]%l:%M %p" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment