Hello.
I have decided to try tmux as GNU screen replacement and wonder if
there is a way to scroll with mouse as in xterm?
It is possible to enable native xterm scrolling with Shift + PageUp in tmux by
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
But this does not work for mouse. I have opt
On Wed, Sep 19, 2012 at 01:37:59PM +0400, Sergey Naumov wrote:
> Is it possible to enable native xterm mouse scrolling while in tmux?
> What I actually want is to use xterm mouse scrolling by default and
> use mouse in tmux-like way only when I have entered to copy-mode by
> keyboard shortcut.
Don
2012/9/19 Thomas Adam :
> On Wed, Sep 19, 2012 at 01:37:59PM +0400, Sergey Naumov wrote:
>> Is it possible to enable native xterm mouse scrolling while in tmux?
>> What I actually want is to use xterm mouse scrolling by default and
>> use mouse in tmux-like way only when I have entered to copy-mode
On Wed, Sep 19, 2012 at 09:19:35PM +0400, Sergey Naumov wrote:
> 2012/9/19 Thomas Adam :
> > On Wed, Sep 19, 2012 at 01:37:59PM +0400, Sergey Naumov wrote:
> >> Is it possible to enable native xterm mouse scrolling while in tmux?
> >> What I actually want is to use xterm mouse scrolling by default