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] implement vim-surround #250

Open
ronnac opened this issue Jun 3, 2024 · 1 comment
Open

[Feature] implement vim-surround #250

ronnac opened this issue Jun 3, 2024 · 1 comment

Comments

@ronnac
Copy link

ronnac commented Jun 3, 2024

Describe the feature you'd like
Surround a text object with parentheses, brackets, tags, quotes etc, e.g.
ysiw" = surround entire word with double quotes

@kbilsted
Copy link

kbilsted commented Jul 1, 2024

how should this be implemented? win-vind won't know what is on your current line.

Perhaps it could select the whole text, replace it, and move the cursor - but it would entail some flickering

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

2 participants