Trivikram
Trivikram

Reputation: 851

Keyboard shortcut to navigate Back Forward in Notepad++

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?

Upvotes: 42

Views: 19536

Answers (1)

ufo
ufo

Reputation: 1642

There's a plug-in Location Navigate, which enables you to navigate between your last edit/view points.

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

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)

Upvotes: 46

Related Questions