Created
April 22, 2018 01:49
-
-
Save robertabcd/75cbdd4911c15d4d45565b3fadb6437f 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
| set -g default-terminal "screen-256color" | |
| set -g status-bg black | |
| set -g status-fg white | |
| set -g status-left '#[fg=green,bold]#H#[fg=black,bold]###[fg=default]#S' | |
| set -g status-left-length 15 | |
| set -g status-right ' #[fg=cyan,bold]%H:%M ' | |
| setw -g window-status-current-bg blue | |
| set -g bell-action any | |
| set -g set-titles on | |
| set -g set-titles-string '#H' | |
| set -g prefix C-a | |
| setw -g mode-keys vi | |
| bind-key a send-prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment