Keyboard shortcut to navigate Back Forward in Notepad++

Trivikram picture Trivikram · Jul 4, 2011 · Viewed 15.1k times · Source

In Eclipse, we can use Alt + Left to navigate Back, and Alt + Right to navigate Forward.

Is this shortcut available in Notepad++? If no, can it be installed using plugins?

Answer

ufo picture ufo · May 22, 2012

The plug-in SourceCookifier comes with a navigation history, but it only remembers the jumps between symbols.

Navigate Backward (Alt + Left)

Navigate Forward (Alt + Right)

Then there's the plug-in LocationNav, which promises to do what you're after, but I didn't try it myself, yet.

..Can use shortcut (ctrl + - for back position and ctrl + shift + - for forward position) to jump code back and forward..