74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Multi-cursor Support #64

Closed sethstha closed 6 years ago

sethstha commented 7 years ago

This is the best vim emulator for VSCode. Similar to sublime text that I am used to. But the only thing that is drowning me is a lack of support for multicursor.

Do you have any intention of supporting it?

Thanks for the great plugin, still saving a lot of time.

74th commented 6 years ago

With this extension, I'm not planning to provide more functionality than Vim.

danab commented 6 years ago

Currently if I attempt to use multiple cursors (out of habit) it completely breaks and I can't re-enter normal mode. It seems if you aren't going to support multiple cursors it should at least fail a bit more gracefully.

To recreate:

rvlewerissa commented 6 years ago

@danab Same issue as mine: #69 Not only that, when I go to visual mode then press c, it does the same.

74th commented 6 years ago

@danab Thank you for your information. I fixed it. Please update this plugin.