No. vim is a console application, so it really doesn't make sense to have the cursor overs (perhaps, but just messed up).
An alternative solution is to rephrase messages from this thread from comp.editors :
Ctrl+o goes to the previous cursor location, Ctrl+i goes to the next (for example, cancel / redo for movements)
Signs seem like a different solution.
Also use tags. Signs are called letters. For example, typing ma remembers the current location under the brand name a. To go to the line containing label a, enter. For exact location use `a.
Lower case marks for each file. Uppercase characters are global; `A will switch to the file containing the label A, to the exact location.
Mostly ma , move around, then `a to go back.
Another option proposed by Paul,
gi command switches Vim to Insert mode and places the cursor at the same position as when the insert mode was last stopped.
dbr Mar 25 '09 at 7:40 2009-03-25 07:40
source share