Skip to content

Instantly share code, notes, and snippets.

@jonathanagustin
Created January 11, 2022 23:42
Show Gist options
  • Save jonathanagustin/5a4227fbbae203bfb082868c57831452 to your computer and use it in GitHub Desktop.
Save jonathanagustin/5a4227fbbae203bfb082868c57831452 to your computer and use it in GitHub Desktop.
Scrolling in tmux 2.1

Create ~/.tmux.conf

touch ~/.tmux.conf

Enter:

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' 'copy-mode -e; send-keys -M'"

Reset server

tmux kill-server && tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment