Skip to content

Instantly share code, notes, and snippets.

@sudmed
Forked from minademian/scrolling in tmux
Created May 5, 2022 09:03
Show Gist options
  • Save sudmed/8d2c97183350d2f692b07a0202028708 to your computer and use it in GitHub Desktop.
Save sudmed/8d2c97183350d2f692b07a0202028708 to your computer and use it in GitHub Desktop.
# Add this to your .tmux.conf
set -g mouse on
set-option -g -q mouse on
bind-key -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M"
bind-key -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment