Enable mouse scrolling
Add the following lines to your ~/.tmux.conf file
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'"
Cheatsheets
Action | Keys |
---|---|
Split screen horizontally | Ctrl+b+% |
Shift between split screens | Ctrl+b+o |