set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'niksingh710/minimal-tmux-status' set -g @minimal-tmux-fg "#DCD7BA" set -g @minimal-tmux-bg "#E46876" set -g @minimal-tmux-justify "left" set -g @minimal-tmux-indicator-str "  " bind | split-window -h bind - split-window -v unbind '"' unbind % bind -n M-Left select-pane -L bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D set -g mouse on set-option -g allow-rename on set -g base-index 1 setw -g pane-base-index 1 bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel run '~/.tmux/plugins/tpm/tpm'