yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

Edits need to work with dot operator #27

Open yangmillstheory opened 6 years ago

yangmillstheory commented 6 years ago

Given baaa, swap 'b' from the end of the line. Should be able to repeat until 'b' is at the front of the line.

Even if there are multiple occurrences of b, we should remember the jump target that was initially chosen.