I was wondering if there's a way to return to the previous line you were on in Vim. Say, for example, I'm writing a C code and I just wanted to add an #include at the top of the page, so I press gg and go to the top, add the include, and then i want to return to the line I left off of. Is this possible in Vim?
Thanks! Amit