I want to be able to support the current workflow:
select a word
press f (say) multiple times to invoke mc/mark-next-word-like-this
press some magic key which keeps the currently selected region active but temporarily disables region-bindings-mode
using multiple-cursors, start typing some text which begins with f (or another key which is bound in region-bindings-mode-map)
repeat the whole workflow all over again
It's not clear to me how I can set up the required magic key which signals to region-bindings-mode that I no longer want region-bindings-mode-map to be active for the currently selected region.
I want to be able to support the current workflow:
f
(say) multiple times to invokemc/mark-next-word-like-this
region-bindings-mode
multiple-cursors
, start typing some text which begins withf
(or another key which is bound inregion-bindings-mode-map
)It's not clear to me how I can set up the required magic key which signals to
region-bindings-mode
that I no longer wantregion-bindings-mode-map
to be active for the currently selected region.