# Start panels at 1 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 # vi visual bindings setw -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy mode. bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle # Begin selection in copy mode. bind-key -T copy-mode-vi 'y' send -X copy-selection # Yank selection in copy mode. set-option -g status-keys vi set-option -g mouse on # Plugins set -g @plugin 'catppuccin/tmux' set -g @catppuccin_flavour 'mocha' # or frappe, latte, mocha set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' run '/usr/share/tmux-plugin-manager/tpm'