diff --git a/bootstrap/dotfiles/.tmux.conf b/bootstrap/dotfiles/.tmux.conf index 5397b82..3419142 100644 --- a/bootstrap/dotfiles/.tmux.conf +++ b/bootstrap/dotfiles/.tmux.conf @@ -23,7 +23,12 @@ bind C-a send-prefix # Turn the mouse on, but without copy mode dragging set -g mouse on unbind -n MouseDrag1Pane -unbind -Tcopy-mode MouseDrag1Pane +#unbind -Tcopy-mode MouseDrag1Pane + +# Bind config reload to `prefix - r` +unbind -r +bind r source-file ~/.tmux.conf + # Start windows and panes at 1, not 0 set -g base-index 1