JAremko / alpine-vim

"dockerized" Vim
264 stars 80 forks source link

Update .vimrc to handle multiple-cursors change #12

Closed WilliamDugdale closed 5 years ago

WilliamDugdale commented 5 years ago

multiple-cursors has been updated in the base ultimate vimrc, so bringing those changes through here.

WilliamDugdale commented 5 years ago

They seem to have updated something that made multiple-cursors break with a very strange error. I think this fixes it. Needs Ctrl-S instead of Ctrl-N to avoid conflicts with other plugins.

JAremko commented 5 years ago

@WilliamDugdale Seems to work as intended, thx :heart: