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 option

setw -g mouse-mode on

in my tmux.conf, but this leads to tmux copy mode. With

setw -g mouse-mode off

mouse scroll doesn't work at all.

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.

And is it possible to place copy-mode indicator ([linenum/total
lines]) to statusbar or at least remove in completely?
When I use xterm scrolling this indicator appears at every line of
buffer and spoils output a bit.

Thanks in advance,
Sergey Naumov.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to