Last active
May 24, 2021 18:58
-
-
Save hqhs/323c1ae9a7217a704f6d46c3fab5fbf8 to your computer and use it in GitHub Desktop.
This file contains 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-option -sg escape-time 10 | |
set-option -g default-terminal "screen-256color" | |
# set allow-rename off | |
# Start windows and panes at 1, not 0 | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
# better prefixes | |
bind-key ` last-window | |
set -g prefix ` | |
set -g prefix2 § | |
bind ` send-prefix | |
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 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 ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment