Last active
February 8, 2025 01:34
-
-
Save mwelwankuta/3126ecd2c7a98fb8e4a22a12610083e7 to your computer and use it in GitHub Desktop.
My Tmux Config
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
# ~/.tmux.conf | |
unbind C-b | |
set -g prefix C-space | |
set -g status-position bottom | |
set -g status-bg colour234 | |
set -g status-fg colour137 | |
set -g status-left '' | |
set -g status-right '#[fg=colour2,bg=colour0,bold] %d/%m #[fg=colour0,bg=colour2,bold] %H:%M:%S' | |
set -g status-right-length 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment