Version 3.1 of package Jumpc has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Jumpc describes itself as: ================================= jump to previous insertion points ================================= More at https://elpa.gnu.org/packages/jumpc.html ## Summary: This implements the jump cursor feature found in vim. A jump is added every time you insert a character on a different line. Jumps are remembered in a jump list. With the C-o and C-i command you can go to cursor positions before older jumps, and back again. Thus you can move up and down the list. Jumps are read and saved in the same configuration file as vim so you can switch back and forth between the two editors THANKS: Bram Moolenaar for writing a fine editor and helping needy children in Uganda Stefan Monnier for telling me how to add C-i binding Ted Zlatanov for suggesting to use less aggressive key bindings BUGS: INSTALLATION: put this file somewhere in your load path then put the put the following in your .emacs: (require 'jumpc) (jumpc) Then either: ## Recent NEWS: [Not available 🙁]