# List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'jimeh/tmuxifier'
# catppuccin theme set -g @plugin 'catppuccin/tmux' set -g @catppuccin_flavor 'mocha'
run '~/.tmux/plugins/tpm/tpm'
# non-plugin-options set -g default-terminal 'tmux-256color' set -g base-index 1 set -g pane-base-index 1 set -g renumber-windows on set -g mouse on
# visual mode set-window-option -g mode-keys vi bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel