Last active
June 16, 2020 13:38
-
-
Save 0x1628/82e522e66874698dfa3ca45ce6491ba0 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
unbind C-b | |
set-option -g prefix C-x | |
bind-key C-x send-prefix | |
# panes | |
set -g pane-border-style fg=colour238 | |
set -g pane-active-border-style fg=colour191 | |
## Status bar design | |
# status line | |
set -g status-justify left | |
set -g status-bg colour236 | |
set -g status-fg colour64 | |
set -g status-interval 2 | |
#window mode | |
setw -g mode-style fg=colour0,bg=colour6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment