Assume the content:
foo fnord bar;" >> /tmp/foo/derp gnarf foo fnord bar;" >> /tmp/foo/derp I want to jump to the " and delete to end of line and repeat that over the rest of lines.
Yet when I:
f"d$ j . it only deletes from my current cursor position to the end of file.
foo fnord bar; gnarf foo fno Yet I would have expected the line to read:
gnarf foo fnord bar; How can I have vim repeat the jump movement as well on repeat?
qqf"d$j