Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VsVim conflict issues #21

Open
atiqorin opened this issue Jun 23, 2017 · 2 comments
Open

VsVim conflict issues #21

atiqorin opened this issue Jun 23, 2017 · 2 comments

Comments

@atiqorin
Copy link

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.

@TheLouisHong
Copy link

TheLouisHong commented Nov 10, 2017

Somewhat ironic how a Vim plugin conflicts with Vim emulation in Visual Studio.

@megafanat
Copy link

megafanat commented Apr 12, 2018

I have found workaround.
AceJump works with VsVim and provides the same functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants