VsVim conflict issues
When I search for some characters that modify the code under caret, it messes up. For example if I have caret under 'C' in Console.log("something"); when I search for 's' it deletes 'C' and the line becomes onsole.log("something");
Not only this, it also insert the found char in place of the found place. So for the previous search if the 's' in the "something" is highlighted with e.g. "A" then the result for finding and going to s from the "C" will be:
form Console.log("something"); to onsole.log( "Asomething");
I use VsVim in Visual Studio professional 2015 on a Windows 10 PC.
Somewhat ironic how a Vim plugin conflicts with Vim emulation in Visual Studio.
I have found workaround. AceJump works with VsVim and provides the same functionality.