Skip to content

Instantly share code, notes, and snippets.

@benihime91
Created July 3, 2024 10:52
Show Gist options
  • Save benihime91/c7d11b4176abfc0fae7c0e4a8b4e9644 to your computer and use it in GitHub Desktop.
Save benihime91/c7d11b4176abfc0fae7c0e4a8b4e9644 to your computer and use it in GitHub Desktop.
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
set -g pane-border-status top
set -g pane-border-format "[ #{pane_index}:#{pane_current_command} ]"
set -g @catppuccin_flavour 'mocha'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-fpp'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g @plugin 'tmux-plugins/tmux-copycat'
# 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