74th / vscode-vim

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

why highlight all the same letter #24

Closed lyyourc closed 8 years ago

lyyourc commented 8 years ago

When I move the cursor on the letter e in the normal mode, all the rest of e are highlighted.

0

Is it a feature or a bug? If former, can I turn it off in the settings?

74th commented 8 years ago

This plugin uses selection to divide mode between normal and insert. Please add this setting to your settings.json.

"editor.selectionHighlight": false,