Wi-Fizzle.com - Putting the fizzle in Wi-Fi since 2005 .. (yes, this was a poor choice for a domain name)

<div class="news_item">#241<div class="news_title">Vim tip: Jumping to the last modified line

Posted by dandriff on Wednesday May 14, 2008@10:47AM

In a file, you can jump to the line at which you last altered by using the command:

 ‘. (single quote, dot)

or you can use the sequence of commands:
 :u
 :r

which will undo the last change and then redo the last change, leaving your cursor at the last change.