pit-ray / win-vind

You can operate Windows with key bindings like Vim.

Home Page:https://pit-ray.github.io/win-vind/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] implement vim-surround

ronnac opened this issue · comments

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

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