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

[feature request] support undo state. #126

Open
trusktr opened this issue Dec 12, 2015 · 0 comments
Open

[feature request] support undo state. #126

trusktr opened this issue Dec 12, 2015 · 0 comments

Comments

@trusktr
Copy link

trusktr commented Dec 12, 2015

For example, if I have

if (tru|e) {}

where the cursor is at |, then I can type ciw"hello<c-c> which will change it to

if ("hello") {}

Now, suppose I search for all instances of true in the code, then press n. to go to the next result and apply the same change. It won't work, but it'd be awesome if it did.

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

1 participant