unbind r unbind '"' unbind % bind r source-file ~/.tmux.conf set -g mouse on bind \\ split-window -h -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}" 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-option -sg escape-time 10 set -g prefix C-s setw -g mode-keys vi bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R bind-key b set-option status set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'niksingh710/minimal-tmux-status' # set -g @plugin 'tmux-plugins/tmux-battery' # set -g @plugin 'catppuccin/tmux' set -g status-position top run '~/.tmux/plugins/tpm/tpm'