Floobits / floobits-neovim

Floobits plugin for NeoVim
Apache License 2.0
167 stars 7 forks source link

Multiple cursors / edit locations in a single file #46

Open HaleTom opened 5 years ago

HaleTom commented 5 years ago

I am trying out Floobits: myself in nvim, and my colleague in IntelliJ IDEA.

We tried editing a test file with my cursor typing at the top line, and his at the bottom.

I expected us to be able to type in parallel on two separate lines. Is this correct?

What we saw was that the two lines of entry didn't stay distinct, instead merging into a mish-mash.

Is there any setup required to have multiple simultaneous cursors activated with nvim?