Skip to content

Instantly share code, notes, and snippets.

@kism
Last active October 27, 2019 22:58
Show Gist options
  • Save kism/db05ff19b9738686a66d3a3d1af15ec8 to your computer and use it in GitHub Desktop.
Save kism/db05ff19b9738686a66d3a3d1af15ec8 to your computer and use it in GitHub Desktop.
General .tmux.conf
# Behaviour
setw -g allow-rename off
set -g base-index 1
setw -g pane-base-index 1
# Clock
setw -g clock-mode-colour colour5
# Statusbar
set -g status-bg green
set -g status-fg black
set -g status-position bottom
set -g status-justify left
set -g status-left '#[fg=colour0,bg=colour15] #S #[bg=colour0] '
set -g status-right '#[fg=colour15,bg=colour0] #h 20%y/%m/%d %H:%M:%S #[bg=colour10] '
set -g status-right-length 50
set -g status-left-length 20
setw -g window-status-current-format '#[fg=colour0,bg=colour6] #I:#W '
setw -g window-status-format ' #I:#W '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment