<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Navigation within Notepad++]]></title><description><![CDATA[<p dir="auto">Okay, I feel <em>really</em> stupid. But first, a little background.</p>
<p dir="auto">I first began using <em>NP++</em> in ’16 after a coworker recommended it, and I quickly fell in love with it. I used it extensively at that job, coding mainly in Perl with some C, C++, and a little JS. I had become quite adept with it.</p>
<p dir="auto">But it’s been several years now since I last used it, and now I’ve started up with it again. But I am struggling a bit with navigation is my source files. I want to do some tasks as simple as 1) jumping to the top of the file, 2) jumping to the end of the file, or 3) jumping to a specific line number. Of course, I can just scroll through the file to the desired location, but that gets more awkward with larger and larger files. I’ve also been an expert <em>Vim</em> user, and with <em>Vim</em>, it’s easy to do this sort of navigation. Then, going WAY back, in the Windows 3.1 days, I used a share-ware command-line editor called <em>PC-Write</em>, which I had customized extensively to my personal needs. With both <em>Vim</em> and <em>PC-Write</em>, I could mark locations in a file being edited and then quickly jump to any of those locations at will.</p>
<p dir="auto">I feel certain that <em>NP++</em> must certainly have similar navigation features, but I have searched the online manual, as well as the FAQs and forums, and I can find nothing on this topic. I would have expected there to be a section in the manual titled something like “Navigating Through Your Source File”, but I see nothing of the sort.</p>
<p dir="auto">Please tell me I‘m just being clueless here and point me in the right direction.</p>
<p dir="auto">Thank you in advance for your guidance.</p>
<p dir="auto">Although I don‘t see that it’s applicable, here‘s my Debug Info:</p>
<p dir="auto"><strong>Notepad++ v8.7.8   (64-bit)<br />
Build time : Mar  7 2025 - 20:39:25<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Command Line : “C:\Users\Steve\Documents\AutoHotkey\Steve’sKeys.ahk”<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
Periodic Backup : ON<br />
Placeholders : OFF<br />
Scintilla Rendering Mode : SC_TECHNOLOGY_DIRECTWRITE (1)<br />
Multi-instance Mode : monoInst<br />
File Status Auto-Detection : cdEnabledNew (for current file/tab only)<br />
Dark Mode : OFF<br />
OS Name : Windows 11 Pro (64-bit)<br />
OS Version : 23H2<br />
OS Build : 22631.5126<br />
Current ANSI codepage : 1252<br />
Plugins :<br />
mimeTools (3.1)<br />
NppConverter (4.6)<br />
NppExport (0.4)</strong></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26766/navigation-within-notepad</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 20:01:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26766.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Apr 2025 09:55:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Navigation within Notepad++ on Thu, 10 Apr 2025 22:39:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said in <a href="/post/100949">Navigation within Notepad++</a>:</p>
<blockquote>
<p dir="auto">The User Manual doesn’t always mention the keyboard shortcut for every action</p>
</blockquote>
<p dir="auto">The script in <a href="https://community.notepad-plus-plus.org/post/46125">this 2019 post</a> by <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> will list all the current keyboard shortcuts (it pages through all the pages of Shortcut Mapper for you).  Back in that discussion, the Notepad++ v7.7.1 shortcuts were shown a few posts lower than that.</p>
<p dir="auto">Since there hasn’t been a recent posting:</p>
<h3>Default Shortcuts for Notepad++ v8.7.9</h3>
<pre><code>New                                     : Ctrl+N
Open...                                 : Ctrl+O
Reload from Disk                        : Ctrl+R
Save                                    : Ctrl+S
Save As...                              : Ctrl+Alt+S
Save All                                : Ctrl+Shift+S
Close                                   : Ctrl+W
Close All                               : Ctrl+Shift+W
Print...                                : Ctrl+P
Restore Recent Closed File              : Ctrl+Shift+T
Exit                                    : Alt+F4
Cut                                     : Shift+DEL
Cut                                     : Ctrl+X
Copy                                    : Ctrl+INS
Copy                                    : Ctrl+C
Paste                                   : Shift+INS
Paste                                   : Ctrl+V
Begin/End Select                        : Ctrl+Shift+B
Begin/End Select in Column Mode         : Alt+Shift+B
UPPERCASE                               : Ctrl+Shift+U
lowercase                               : Ctrl+U
Proper Case                             : Alt+U
Proper Case (blend)                     : Alt+Shift+U
Sentence case                           : Ctrl+Alt+U
Sentence case (blend)                   : Ctrl+Alt+Shift+U
Split Lines                             : Ctrl+I
Join Lines                              : Ctrl+J
Move Up Current Line                    : Ctrl+Shift+Up
Move Down Current Line                  : Ctrl+Shift+Down
Insert Blank Line Above Current         : Ctrl+Alt+Enter
Insert Blank Line Below Current         : Ctrl+Alt+Shift+Enter
Toggle Single Line Comment              : Ctrl+Q
Single Line Comment                     : Ctrl+K
Single Line Uncomment                   : Ctrl+Shift+K
Block Comment                           : Ctrl+Shift+Q
Function Completion                     : Ctrl+Spacebar
Path Completion                         : Ctrl+Alt+Spacebar
Word Completion                         : Ctrl+Enter
Function Parameters Hint                : Ctrl+Shift+Spacebar
Function Parameters Previous Hint       : Alt+Up
Function Parameters Next Hint           : Alt+Down
Column Editor...                        : Alt+C
Find...                                 : Ctrl+F
Find in Files...                        : Ctrl+Shift+F
Find Next                               : F3
Find Previous                           : Shift+F3
Select and Find Next                    : Ctrl+F3
Select and Find Previous                : Ctrl+Shift+F3
Find (Volatile) Next                    : Ctrl+Alt+F3
Find (Volatile) Previous                : Ctrl+Alt+Shift+F3
Replace...                              : Ctrl+H
Incremental Search                      : Ctrl+Alt+I
Search Results Window                   : F7
Previous Search Result                  : Shift+F4
Next Search Result                      : F4
Go to...                                : Ctrl+G
Go to Matching Brace                    : Ctrl+B
Select All In-between {} [] or ()       : Ctrl+Alt+B
Mark...                                 : Ctrl+M
Previous style of 1st style             : Ctrl+Shift+1
Previous style of 2nd style             : Ctrl+Shift+2
Previous style of 3rd style             : Ctrl+Shift+3
Previous style of 4th style             : Ctrl+Shift+4
Previous style of 5th style             : Ctrl+Shift+5
Previous style of Find Mark style       : Ctrl+Shift+0
Next style of 1st style                 : Ctrl+1
Next style of 2nd style                 : Ctrl+2
Next style of 3rd style                 : Ctrl+3
Next style of 4th style                 : Ctrl+4
Next style of 5th style                 : Ctrl+5
Next style of Find Mark style           : Ctrl+0
Toggle Bookmark                         : Ctrl+F2
Next Bookmark                           : F2
Previous Bookmark                       : Shift+F2
Toggle Full Screen Mode                 : F11
Post-It                                 : F12
1st Tab                                 : Ctrl+Numpad 1
2nd Tab                                 : Ctrl+Numpad 2
3rd Tab                                 : Ctrl+Numpad 3
4th Tab                                 : Ctrl+Numpad 4
5th Tab                                 : Ctrl+Numpad 5
6th Tab                                 : Ctrl+Numpad 6
7th Tab                                 : Ctrl+Numpad 7
8th Tab                                 : Ctrl+Numpad 8
9th Tab                                 : Ctrl+Numpad 9
Next Tab                                : Ctrl+Page down
Previous Tab                            : Ctrl+Page up
Move Tab Forward                        : Ctrl+Shift+Page down
Move Tab Backward                       : Ctrl+Shift+Page up
Switch to previous document             : Ctrl+Shift+Tab
Switch to next document                 : Ctrl+Tab
Hide Lines                              : Alt+H
Focus on Another View                   : F8
Fold All                                : Alt+0
Unfold All                              : Alt+Shift+0
Fold Current Level                      : Ctrl+Alt+F
Unfold Current Level                    : Ctrl+Alt+Shift+F
Fold Level 1                            : Alt+1
Fold Level 2                            : Alt+2
Fold Level 3                            : Alt+3
Fold Level 4                            : Alt+4
Fold Level 5                            : Alt+5
Fold Level 6                            : Alt+6
Fold Level 7                            : Alt+7
Fold Level 8                            : Alt+8
Unfold Level 1                          : Alt+Shift+1
Unfold Level 2                          : Alt+Shift+2
Unfold Level 3                          : Alt+Shift+3
Unfold Level 4                          : Alt+Shift+4
Unfold Level 5                          : Alt+Shift+5
Unfold Level 6                          : Alt+Shift+6
Unfold Level 7                          : Alt+Shift+7
Unfold Level 8                          : Alt+Shift+8
Text Direction RTL                      : Ctrl+Alt+R
Text Direction LTR                      : Ctrl+Alt+L
Toggle macro recording                  : Ctrl+Shift+R
Playback                                : Ctrl+Shift+P
Run...                                  : F5
About Notepad++                         : F1
Trim Trailing Space and Save            : Alt+Shift+S
Get PHP help                            : Alt+F1
Wikipedia Search                        : Alt+F3
Open selected file path in new instance : Alt+F6
SCI_SELECTALL                           : Ctrl+A
SCI_CLEAR                               : DEL
SCI_UNDO                                : Ctrl+Z or Alt+Backspace
SCI_REDO                                : Ctrl+Y or Ctrl+Shift+Z
SCI_NEWLINE                             : Enter or Shift+Enter
SCI_TAB                                 : Tab
SCI_BACKTAB                             : Shift+Tab
SCI_ZOOMIN                              : Ctrl+Num +
SCI_ZOOMOUT                             : Ctrl+Num -
SCI_SETZOOM                             : Ctrl+Num /
SCI_SELECTIONDUPLICATE                  : Ctrl+D
SCI_EDITTOGGLEOVERTYPE                  : INS
SCI_LINEDOWN                            : Down
SCI_LINEDOWNEXTEND                      : Shift+Down
SCI_LINEDOWNRECTEXTEND                  : Alt+Shift+Down
SCI_LINESCROLLDOWN                      : Ctrl+Down
SCI_LINEUP                              : Up
SCI_LINEUPEXTEND                        : Shift+Up
SCI_LINEUPRECTEXTEND                    : Alt+Shift+Up
SCI_LINESCROLLUP                        : Ctrl+Up
SCI_PARADOWN                            : Ctrl+]
SCI_PARADOWNEXTEND                      : Ctrl+Shift+]
SCI_PARAUP                              : Ctrl+[
SCI_PARAUPEXTEND                        : Ctrl+Shift+[
SCI_CHARLEFT                            : Left
SCI_CHARLEFTEXTEND                      : Shift+Left
SCI_CHARLEFTRECTEXTEND                  : Alt+Shift+Left
SCI_CHARRIGHT                           : Right
SCI_CHARRIGHTEXTEND                     : Shift+Right
SCI_CHARRIGHTRECTEXTEND                 : Alt+Shift+Right
</code></pre>
<p dir="auto">In theory, that list could be added to an appendix for the User Manual… but while generating the list would be easy, manually linking those 150 lines to appropriate sections of the Manual would be a nightmare.  And without that linkage, I am not sure how useful “just a list” would be.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100951</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100951</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 10 Apr 2025 22:39:55 GMT</pubDate></item><item><title><![CDATA[Reply to Navigation within Notepad++ on Thu, 10 Apr 2025 22:18:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steven-georgiades" aria-label="Profile: Steven-Georgiades">@<bdi>Steven-Georgiades</bdi></a> said in <a href="/post/100947">Navigation within Notepad++</a>:</p>
<blockquote>
<p dir="auto">So the problem is in the manual (or my ability to search it), not in NP++ itself</p>
</blockquote>
<p dir="auto"><strong>Top/End</strong>: As <a class="plugin-mentions-user plugin-mentions-a" href="/user/xomx" aria-label="Profile: xomx">@<bdi>xomx</bdi></a> said, <code>Ctrl+Home</code> and <code>Ctrl+End</code> have been stanard keyboard shortcuts in Windows for decades.  The User Manual it about telling you the things that are unique to Notepad++, not the stuff that works identically in nearly every Windows application since Windows 3.11.</p>
<p dir="auto"><strong>Specific line number</strong>: <a href="https://npp-user-manual.org/docs/searching/#other-search-menu-commands" rel="nofollow ugc">Other Search Menu Commands</a> documents the “Go to” action.</p>
<p dir="auto">The <code>Ctrl+G</code> shortcut, though not documented there, is the same in modern Microsoft Notepad (at least the <a href="https://en.wikipedia.org/wiki/Universal_Windows_Platform_apps" title="Universal Windows Platform" rel="nofollow ugc">UWP</a> version that came with my new Windows 11; I don’t remember whether the old <code>notepad.exe</code> had that feature or not), and the same as in Visual Studio.</p>
<p dir="auto">(The User Manual doesn’t always mention the keyboard shortcut for every action; but they are almost all customizable in the Shortcut Mapper, so what is documented might not be the same as your settings anyway, and to find out the current setting, looking in the appropriate menu or Shortcut Mapper tab is sufficient.)</p>
<p dir="auto"><strong>Mark locations</strong>: see <a href="https://npp-user-manual.org/docs/searching/#manipulating-bookmarks" rel="nofollow ugc">Manipulating Bookmarks</a> (and once again, once you know which menu, you can look at the menu to see your keyboard shortcut, and can also find it or change it in the Shortcut Mapper)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100949</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100949</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 10 Apr 2025 22:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to Navigation within Notepad++ on Thu, 10 Apr 2025 21:03:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xomx" aria-label="Profile: xomx">@<bdi>xomx</bdi></a>, great, thank you. I knew they had to be there. So the problem is in the manual (or <em>my</em> ability to search it), not in NP++ itself. Thank you so much!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100947</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100947</guid><dc:creator><![CDATA[Steven Georgiades]]></dc:creator><pubDate>Thu, 10 Apr 2025 21:03:16 GMT</pubDate></item><item><title><![CDATA[Reply to Navigation within Notepad++ on Wed, 09 Apr 2025 13:13:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steven-georgiades" aria-label="Profile: Steven-Georgiades">@<bdi>Steven-Georgiades</bdi></a> said in <a href="/post/100876">Navigation within Notepad++</a>:</p>
<blockquote>
<ol>
<li>jumping to the top of the file</li>
</ol>
</blockquote>
<p dir="auto">Ctrl+Home</p>
<blockquote>
<ol start="2">
<li>jumping to the end of the file</li>
</ol>
</blockquote>
<p dir="auto">Ctrl+End</p>
<p dir="auto">These are common Windows OS ones:<br />
<a href="https://support.microsoft.com/en-us/windows/keyboard-shortcuts-in-windows-dcc61a57-8ff0-cffe-9796-cb9706c75eec#textediting" rel="nofollow ugc">https://support.microsoft.com/en-us/windows/keyboard-shortcuts-in-windows-dcc61a57-8ff0-cffe-9796-cb9706c75eec#textediting</a></p>
<blockquote>
<ol start="3">
<li>jumping to a specific line number.</li>
</ol>
</blockquote>
<p dir="auto">Ctrl+G</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steven-georgiades" aria-label="Profile: Steven-Georgiades">@<bdi>Steven-Georgiades</bdi></a> said in <a href="/post/100876">Navigation within Notepad++</a>:</p>
<blockquote>
<p dir="auto">I could mark locations in a file being edited and then quickly jump to</p>
</blockquote>
<p dir="auto">Ctrl+F2  (then F2/Shift+F2, look on the menu Search &gt; Bookmark)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100879</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100879</guid><dc:creator><![CDATA[xomx]]></dc:creator><pubDate>Wed, 09 Apr 2025 13:13:24 GMT</pubDate></item></channel></rss>