Is it possible in vim to navigate recursively to previous edit points (i.e. points where the text has been changed)? Such a feature would be incredibly useful for $\TeX$ document editing, where you often need to move large chunks of text fairly large distances, and navigation can get quite confusing.
Plugins with this functionality are welcome, if it can't be done with basic vim.
C-oandC-igo through the jumplist, see this answer for how to jump through the changelist. Similar but useful none the less. – Randy Morris Apr 17 '12 at 10:32