Skip to content

Instantly share code, notes, and snippets.

@rafalwrzeszcz
Last active July 9, 2025 16:58
Show Gist options
  • Save rafalwrzeszcz/53531dc44f659a23503b2418f94fe743 to your computer and use it in GitHub Desktop.
Save rafalwrzeszcz/53531dc44f659a23503b2418f94fe743 to your computer and use it in GitHub Desktop.
.tmux.conf
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'MunifTanjim/tmux-mode-indicator'
set -g @plugin 'kristijanhusak/tmux-simple-git-status'
set -g @continuum-boot 'on'
set -g @continuum-restore 'on'
set -g status-left '#{tmux_mode_indicator} [#S] #{simple_git_status}'
setw -g window-status-current-style 'fg=black bg=red'
setw -g window-status-current-format ' #I #W '
setw -g window-status-style 'fg=red bg=black'
setw -g window-status-format ' #I #[fg=white]#W '
set -g status-justify centre
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment