-
Notifications
You must be signed in to change notification settings - Fork 17
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
in/around extra character #16
Comments
I've pushed the commit. It seems that you are on the zsh version 5.0.8 or greater. PS: So, I've decided to obsolete |
It's great news that zsh itself has implemented a lot more vim features, it shows that people are still working on it. Zsh doesn't seem to have native support for vim-surround features though, as far as I can tell. Is it hidden behind a flag or something? Thank you for all your work on this. This project made my terminal experience so much better than I ever would have believed possible. |
Although I don't look into the zsh's documentation closer, so please take a look this hunk; It seems that vim-surround zsh port is here: Thank you very much for your comment! |
I'm not sure what changed, but within the past few months binds with
<command>iw
and<command>aw
(andW
) have been including an extra character.For example, if I delete a word with
diw
, it deletes the trailing space as well. If I delete a word withdaw
, it deletes the space and the first character of the following word.Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: