tmux -- any way to enable scrolling, but not selection?
        Posted  
        
            by 
                gatoatigrado
            
        on Super User
        
        See other posts from Super User
        
            or by gatoatigrado
        
        
        
        Published on 2012-11-14T19:45:59Z
        Indexed on 
            2012/11/16
            23:03 UTC
        
        
        Read the original article
        Hit count: 277
        
I like that when mode-mouse is on in tmux, I can scroll through the buffer, but I don't like that I can't copy stuff to my OS clipboard by selecting it (as when tmux is disabled). Question: Is there any way to enable mouse scrolling, but not selection? I'm using KDE's konsole, if it matters. I've tried setting,
set -g mouse-select-pane off
set -g mouse-select-window off
but no luck -- the only difference seems to be whether mode-mouse is on (tmux captures scrolling and selection) or off (tmux captures neither scrolling nor selection).
© Super User or respective owner