Skip to content

Instantly share code, notes, and snippets.

@ttwthomas
Created February 28, 2019 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttwthomas/847c6b8a57b6e0edc34ebd30faa549f4 to your computer and use it in GitHub Desktop.
Save ttwthomas/847c6b8a57b6e0edc34ebd30faa549f4 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 #
@hadhub
Copy link

hadhub commented Jan 18, 2022

Un grand merci ! (oui j'apprend tmux via ta vidéo ;p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment