Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 433
Trivikram Avatar asked Jul 04 '11 05:07

Trivikram


People also ask

What is the keyboard shortcut for forward and back?

In all major Internet browsers, you can move forwards and backwards by pressing and holding the Alt key and then pressing the left or right arrow key. Pressing the left arrow goes back a page and pressing the right arrow moves forward a page.

What is the shortcut for undo in Notepad?

To undo an action press Ctrl+Z.


1 Answers

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..

like image 86
ufo Avatar answered Oct 25 '22 20:10

ufo