Skip to content

Instantly share code, notes, and snippets.

@lee51
Created December 6, 2017 18:53
Show Gist options
  • Save lee51/03a064e5b881e8bd7b689dc9ed924394 to your computer and use it in GitHub Desktop.
Save lee51/03a064e5b881e8bd7b689dc9ed924394 to your computer and use it in GitHub Desktop.
tmux configuration
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