jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
3.13k stars 109 forks source link

Add note about timeouts in surround guide #140

Closed milesfrain closed 2 years ago

milesfrain commented 2 years ago

I was pretty confused why va" was working fine, but va( was not. Turns out I was just too slow typing that parens. Adding a note to spare other slow typists the same confusion. Also, it would be great if the b alias for ( worked too. I believe this is enabled by default (at least it is in neovim). This lets commands such vab behave as va(.

jeffreytse commented 2 years ago

For the b to select surround by boundary, please create a feature issue, I will work on it when I am free. Thank you!