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 # Makes that when killing a session tmux doesn't detach set-option -g detach-on-destroy off 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 'christoomey/vim-tmux-navigator' set -g status-position bottom run '~/.tmux/plugins/tpm/tpm'