Created
December 8, 2023 06:15
-
-
Save onehr/d6e5ff1b34537279bc17323594c1d6dc 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 C-b | |
| set -g prefix C-b | |
| bind-key TAB last-window | |
| bind-key C-b send-prefix | |
| bind Enter copy-mode | |
| set -g status-position bottom | |
| set -g status-bg colour234 | |
| set -g status-fg colour137 | |
| set -g status-left '' | |
| set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S ' | |
| set -g status-right-length 50 | |
| set -g status-left-length 20 | |
| setw -g mode-keys vi | |
| setw -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=colour50]#F ' | |
| setw -g window-status-format ' #I#[fg=colour237]:#[fg=colour250]#W#[fg=colour244]#F ' | |
| set-option -g history-limit 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment