Dear developers,
I recently started to use tmux and thanks for making this useful tool!
I encountered some problem with mode-mouse settings. I use iTerm2 and this
is my .tmux.conf setting for mode-mouse:
set -g prefix C-q
# Toggle mouse on with ^q m
bind m \
set -g mode-mouse on \;\
set -g mouse-select-window on \;\
set -g mouse-resize-pane on \;\
set -g mouse-select-pane on \;\
display 'Mouse: ON'
# Toggle mouse off with ^q M
bind M \
set -g mode-mouse off \;\
set -g mouse-select-window off \;\
set -g mouse-resize-pane off \;\
set -g mouse-select-pane off \;\
display 'Mouse: OFF'
When I turn mode-mosue on in iTerm2, I can use my mouse to scroll back and
that' fine. But I can't select anything using my mouse. Still have to use
vi mode to select and copy stuff.
I tried it also on Mac's Terminal, but somehow the mode-mouse on setting is
not in effect at all and I can't scroll back at all.
I've googled this issue and found several people having similar problems
but I couldn't figure it out on my machine how to solve it..
Can you give me some hints? Thanks so much!
--
Best,
Junchen
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users