feat: Repeat operations for add/change/delete.#360
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
nilstuff I have right now. Although at the very least it's isolated in theget_charfunction 🤔