diff --git a/.tmux.conf b/.tmux.conf index e2fb4aa..18263e0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -65,8 +65,8 @@ set-option -g pane-active-border-style fg=cyan,bright set-option -g pane-border-style fg=colour8 # Enable mouse scroll up to enable copy mode and start scrolling -bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M -bind -n WheelDownPane select-pane -t= \; send-keys -M +bind -n WheelUpPane select-pane -t= \; send-keys -M +bind -n WheelDownPane select-pane -t= \; send-keys -M set-option -g mouse on # Use C-a,Shift-R to reload configuration