Adds configurable shortcut keys to jump to map view for each planet you've discovered. By default it's shift + alt + first letter of the planet's name.
When you first use the mod it might set your view to the spawn position (0,0) on that planet. After that, it will always move your view to the position of the last entity you had under your mouse while in map view. This is due to the 2.0 modding API not giving my mod any way to read your current view position, so instead I'm storing the position of each player's last selected entity. It also always resets the zoom level. While I would like to fix this, I can't see a way to do that with the current modding API, and I haven't found it to be a big inconvenience.
Related mod: Unit/Location Hotkeys by Gorfiend7 lets you bookmark specific locations or units and then use a hotkey to go to them.