Skip to content

Instantly share code, notes, and snippets.

@lirundong
Last active May 24, 2022 08:03
Show Gist options
  • Save lirundong/8f54434710d4daba41a230533cc8669f to your computer and use it in GitHub Desktop.
Save lirundong/8f54434710d4daba41a230533cc8669f to your computer and use it in GitHub Desktop.
My minimum tmux config with clean a status bar.
# Enable true-colors.
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
# Enable mouse.
set -g mouse on
# Plugins.
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "arcticicestudio/nord-tmux"
# Load tmux plugin manager.
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment