Notepad++ Keyboard Shortcuts

Notepad++ is the preferred text editor for developers and data analysts due to its speed and extensive feature set. Mastering Notepad++ keyboard shortcuts is the most effective way to handle large-scale text manipulation, code editing, and multi-file management. Whether you are refactoring code or cleaning up raw data, utilizing these default keybindings allows you to navigate the interface without ever taking your hands off the keyboard.

This guide provides a comprehensive list of Notepad++ shortcuts for the 2026 version. From basic file operations to advanced “Column Mode” editing and macro recording, these hotkeys are essential for anyone looking to maximize their efficiency in this versatile editor.

File and Document Management

Quickly navigate between open files and manage your current session with these core shortcuts.

ActionKeyboard Key
New FileCtrl + N
Open FileCtrl + O
Save Current FileCtrl + S
Save All Open FilesCtrl + Shift + S
Close Current DocumentCtrl + W
Close All DocumentsCtrl + Shift + W
Next / Previous TabCtrl + PageDown / PageUp
Switch to N-th DocumentCtrl + [Numpad 1-9]
Restore Recently Closed FileCtrl + Shift + T

Advanced Text Editing and Manipulation

Notepad++ offers unique shortcuts for line-based editing that are significantly faster than manual typing.

ActionKeyboard Key
Duplicate Current LineCtrl + D
Move Line Up / DownCtrl + Shift + Up / Down
Delete Current LineCtrl + Shift + L (or Ctrl + L)
Split LinesCtrl + I
Join LinesCtrl + J
Convert to UPPERCASECtrl + Shift + U
Convert to lowercaseCtrl + U
Toggle Single Line CommentCtrl + Q
Block Comment SelectionCtrl + Shift + Q

Search, Replace, and Navigation

The search engine in Notepad++ is robust; using these shortcuts allows for rapid navigation through thousands of lines of code.

ActionKeyboard Key
Find DialogCtrl + F
Find and Replace DialogCtrl + H
Find in Files (Global Search)Ctrl + Shift + F
Find Next / PreviousF3 / Shift + F3
Incremental SearchCtrl + Alt + I
Go to Line NumberCtrl + G
Go to Matching BraceCtrl + B
Toggle BookmarkCtrl + F2
Next / Previous BookmarkF2 / Shift + F2

Multi-Editing and Column Mode

One of the most powerful features of Notepad++ is the ability to edit multiple lines at once.

  • Column Mode Select: Hold Alt + Shift and use the Arrow Keys, or hold Alt and drag your mouse. This allows you to type across multiple lines simultaneously.
  • Column Editor: Press Alt + C while in Column Mode to insert sequential numbers or text into a specific column.
  • Multi-Editing Toggle: Enable this in Settings > Preferences > Editing to hold Ctrl and click multiple locations to type in several places at once.

Macros and System Controls

Automate repetitive tasks by recording your keystrokes.

ActionKeyboard Key
Start / Stop Macro RecordingCtrl + Shift + R
Playback MacroCtrl + Shift + P
Run Dialog (for CMD/Browsers)F5
Toggle Full ScreenF11
Post-It Mode (Distraction Free)F12

Professional Tip: The “Find Volatile” Shortcut

If you want to find the next instance of a word without opening the Find dialog box, simply place your cursor on the word and press Ctrl + Alt + F3. This is known as the “Volatile Next” search and is perfect for quick navigation during a code review.

All of these Notepad++ default controls can be customized by navigating to Settings > Shortcut Mapper. This allows you to resolve any conflicts with system-level hotkeys or to map your most frequent plugin actions to specific keys.