Skip to content

Instantly share code, notes, and snippets.

@mwenku
Last active June 28, 2025 23:40
Show Gist options
  • Select an option

  • Save mwenku/3126ecd2c7a98fb8e4a22a12610083e7 to your computer and use it in GitHub Desktop.

Select an option

Save mwenku/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
@mwenku
Copy link
Author

mwenku commented Jun 28, 2025

tmux source-file ~/.tmux.conf

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