tmux, mouse, mosh, and Cmd-click
By Venky.N.I... on February 13, 2013 03:13 (imported from Google Code)
- mosh (http://mosh.mit.edu/) is in some ways an ssh replacement.
- tmux has a mouse mode to select panes, scroll etc
- I use mosh in iterm2 to connect to a remote machine and run tmux
- Previous mouse-reporting didn't work when I did this
- I recently discovered that if I ran mosh like
perl -E ' print "\e[?1005h\e[?1002h" ' && mosh -p 8081 ...
then mouse reporting would work, and I could use mouse-mode in tmux.
I can hold Option to turn off mouse reporting, so that I can select
However, I can no longer click on URLs etc, because Cmd-Option-click is rectangle selection. Is there a way to remedy this?