-
-
Notifications
You must be signed in to change notification settings - Fork 67
feat: Repeat operations for add/change/delete. #360
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
Conversation
Another issue that has come up is the idea of deleting multiple surrounds. If we do |
The case Because I'm selfish I'm going to remove reverse search from the plugin in this branch just to see how the plugin feels |
0fef5ac
to
dca2e99
Compare
Chiming in to say that would love to see it happen. Pesky markdown surrounds 🤷♂️ |
New idea: Number prefixes should resolve things, i.e. |
324cfd8
to
1b56191
Compare
* feat: Very jank way of supporting numeric prefixes for normal_surround. * fix: Slightly smarter way of handling numeric prefixes for normal_surround. * feat: Repeat visual surrounds. * tests: Repeating delimiters.
TODO: Repeat deletions, unit test stuff.
Feels like there's a cleaner way to parse the user input than the scuffed
nil
stuff I have right now. Although at the very least it's isolated in theget_char
function 🤔