Created
July 30, 2020 10:58
-
-
Save bernard-ng/ebbfdee05547c0b4a1cf12ee146a22d0 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 status-justify left # Aligne les titres de fenetres a gauche | |
| set -g status-bg colour1 # Status bar noir sur rouge | |
| set -g status-fg colour0 # | |
| set -g status-interval 2 # Evite des bug de refraichissement | |
| setw -g window-status-current-fg colour1 # Inversion des couleur pour l'onglet selectione | |
| setw -g window-status-current-bg colour0 # | |
| set-option -g history-limit 10000 # Permet de scroller 10k lignes | |
| set -g history-limit 10000 # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment