Created
March 15, 2016 18:17
-
-
Save hersha/104d1e96fe0696a46f9c to your computer and use it in GitHub Desktop.
Fix mouse scroll in tmux 2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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