gabesoft / evil-mc

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

how to support "shift-selection" ? #85

Closed yzprofile closed 5 years ago

yzprofile commented 5 years ago

how to support "shift-selection" ?

https://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html

gabesoft commented 5 years ago

Shift-selection doesn't work. Only selection through visual mode works.

yzprofile commented 5 years ago

hmm. that's the point... Is it possible to support it ?

gabesoft commented 5 years ago

It's possible but it will take quite a bit of work. You probably know this already, but if you don't use evil-mode then you could use multiple-cursors which supports shift-selection.