Skip to content

Instantly share code, notes, and snippets.

@mwelwankuta
Last active February 8, 2025 01:34
Show Gist options
  • Save mwelwankuta/3126ecd2c7a98fb8e4a22a12610083e7 to your computer and use it in GitHub Desktop.
Save mwelwankuta/3126ecd2c7a98fb8e4a22a12610083e7 to your computer and use it in GitHub Desktop.
My Tmux Config
# ~/.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