You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
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.
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.