This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Description
A common useage pattern for me with VIM is to search for a term, replace it using a visual selection, and then using next and repeat to continue to replace down a document. Unfortunately, when I try this combination in VIM-mode, my cursor just jumps back to the previous replacement's last character, making me believe that it is repeating the replace in its absolute position, rather than repeating it at the cursor.