Skip to content

Instantly share code, notes, and snippets.

@mwelwankuta
Last active January 17, 2023 08:24
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.
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=colour=233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S'
set -g status-right-length 50
set -g status-left-length 20
set -g mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment