Skip to content

Instantly share code, notes, and snippets.

@bernard-ng
Created July 30, 2020 10:58
Show Gist options
  • Select an option

  • Save bernard-ng/ebbfdee05547c0b4a1cf12ee146a22d0 to your computer and use it in GitHub Desktop.

Select an option

Save bernard-ng/ebbfdee05547c0b4a1cf12ee146a22d0 to your computer and use it in GitHub Desktop.
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