

wheel scrolling in vim works fine, but turning on any vim mouse mode also seems to force the use of vim native text selection, which is unwanted my standard workflow uses the OS provided text selection/copy support.wheel scrolling for tmux bash sessions now moves through the scrollback of the iterm window itself, as desired.wheel scrolling in tmux bash sessions now activates copy mode, which is exactly what I don't want.disable "scroll wheel sends arrow keys in alternative screen mode".scrolling the mouse in a tmux bash session unexpectedly cycles through bash command history, instead of scrolling the iterm window itself through the scrollback.enable "scroll wheel sends arrow keys in alternative screen mode".enable "save lines to scrollback when an app status bar is present".

#Iterm2 mouse scroll full
add -CC to all tmux commands to enable full iterm/tmux integration.I have a mouse and when I use the scroll wheel, it adds text that looks like this.

I'm trying to make the UX around scrolling and text selection as similar as I can for non-tmux and tmux sessions, but so far I haven't had any luck. I'd like to scroll through my tmux session in iterm 2. Is there a way to both disable "scroll wheel sends arrow keys in alternative screen mode" for tmux, but enable the option for "nested" alternative screen mode apps, such as vim running inside of a tmux session? More context (tldr every other option combo I've tried so far has broken something) Text selection: I want to use the OS provided text selection/copying support, and not the vim native version.Scrolling: I want to enable mouse wheel scrolling in vim, less, etc.However, I rely on having the "scroll wheel sends arrow keys in alternative screen mode" enabled for vim, in order to get both the scrolling and text selection UX that I prefer: The "scroll wheel sends arrow keys in alternative screen mode" breaks wheel scrolling in tmux instead of scrolling the iterm window, moving the wheel cycles through command history when in a tmux bash session. Attach ~/Library/Preferences/ here (drag-drop from finder into this window).
