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: Actions like i and d for mutable text #2

Open
juliusHuelsmann opened this issue May 26, 2020 · 0 comments
Open

Feature: Actions like i and d for mutable text #2

juliusHuelsmann opened this issue May 26, 2020 · 0 comments
Labels
idea [Patch] Vim Issues concerning the vim browse patch

Comments

@juliusHuelsmann
Copy link
Owner

If currently in a mutable chunk of text, use "i" in order to apply the historyPosition to the insertPosition, and continue inserting there.
Use motions like "c" and "d" within the mutable chunk.

While the implementation of "c" and "d" and extensions like ci{ diw is straight-forward if it is possible to edit the current mutable chunk of text, the issue might be that the theoretically mutable chunk of text cannot be altered, is only available in a different scope or possibly not available at all.
If it's not doable in 10 loc it's probably not worth it.

@juliusHuelsmann juliusHuelsmann added idea [Patch] Vim Issues concerning the vim browse patch labels May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea [Patch] Vim Issues concerning the vim browse patch
Projects
None yet
Development

No branches or pull requests

1 participant