Last active
May 24, 2022 08:03
-
-
Save lirundong/8f54434710d4daba41a230533cc8669f to your computer and use it in GitHub Desktop.
My minimum tmux config with clean a status bar.
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
# 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