gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

Look for help, how to make evil-mc only work in evil-visual-state-mode #75

Closed ramsayleung closed 6 years ago

ramsayleung commented 6 years ago

As title, is there a trigger/variable to make evil-mc only work in evil-visual-state-mode. Since I always move to the next/previous line with C-n/C-p, but now evil-mc takes C-n/C-p, could you help me out ?

gabesoft commented 6 years ago

You can re-define evil-mc-key-map. See an example in this issue

ramsayleung commented 6 years ago

Thanks for your suggestion :)