Separate bindings to enter and leave mouse mode.
authorIain Patterson <me@iain.cx>
Tue, 22 Jan 2013 17:39:13 +0000 (17:39 +0000)
committerIain Patterson <me@iain.cx>
Tue, 22 Jan 2013 17:44:41 +0000 (17:44 +0000)
commitee6e2b484a677cfab7c0a2635a41e0ca25b7e750
treea958a815c51e6638492fdc0391ef753230841cab
parent3e3bd26c874890ecfb30106eaf4523c7bab02a65
Separate bindings to enter and leave mouse mode.

As of tmux 1.7 the mouse-mode option can take one of three possible values,
namely on/off/copy-mode.  We can no longer use ^m to toggle between all
mouse options because toggling only works for on/off values.  Instead use
^m to enable mouse options with copy mode, and alt-m to disable the options.
.tmux.conf