Skip to content

Commit

Permalink
Bind config reload to prefix - r
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Nov 12, 2023
1 parent a168ebf commit da4973a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bootstrap/dotfiles/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da4973a

Please sign in to comment.