Skip to content

Instantly share code, notes, and snippets.

@hersha
Created March 15, 2016 18:17
Show Gist options
  • Save hersha/104d1e96fe0696a46f9c to your computer and use it in GitHub Desktop.
Save hersha/104d1e96fe0696a46f9c to your computer and use it in GitHub Desktop.
Fix mouse scroll in tmux 2.1
set -g mouse on
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
bind -n WheelDownPane select-pane -t= \; send-keys -M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment