IDE

📗Notepad++ Keyboard Shortcuts

26 essential shortcuts for Notepad++

General

ShortcutAction
Ctrl+Shift+TRestore recently closed tab
Ctrl+NNew file
Ctrl+OOpen file
Ctrl+SSave file
Ctrl+Shift+SSave all files
Ctrl+WClose current tab

Navigation

ShortcutAction
Ctrl+TabNext tab
Ctrl+Shift+TabPrevious tab
Ctrl+GGo to line
Ctrl+FFind
Ctrl+HFind and replace
Ctrl+Shift+FFind in files
F3Find next
Shift+F3Find previous

Editing

ShortcutAction
Ctrl+DDuplicate current line
Ctrl+Shift+UpMove line up
Ctrl+Shift+DownMove line down
Ctrl+LDelete current line
Ctrl+JJoin lines
Ctrl+QToggle single-line comment
Ctrl+Shift+QToggle block comment
Tab/Shift+TabIndent / un-indent
Ctrl+UConvert to lowercase
Ctrl+Shift+UConvert to uppercase
Ctrl+Alt+FCollapse current level
Ctrl+Alt+Shift+FUncollapse current level

About Notepad++ Shortcuts

Notepad++ is a free, open-source text and code editor for Windows built on the Scintilla editing component. It supports syntax highlighting for over 80 languages, multi-tab editing, find-and-replace with regular expressions, macro recording, and a plugin architecture. Notepad++ is extremely lightweight and fast, making it one of the most popular text editors on Windows for quick file editing and code inspection.

This reference covers 26 essential Notepad++ keyboard shortcuts organized across 3 categories: General, Navigation, Editing. Each shortcut lists both macOS and Windows/Linux key combinations where applicable, making it easy to find the right key combo regardless of your operating system.

Learning keyboard shortcuts is one of the highest-leverage investments you can make in your daily workflow. Studies show that developers and designers who rely on keyboard shortcuts are measurably faster at common tasks. Rather than memorizing every shortcut at once, focus on the ones you use most frequently and gradually expand your repertoire.

Bookmark this page for quick reference whenever you need to look up a Notepad++ shortcut. The categorized layout makes it easy to find shortcuts by their function, whether you need navigation, editing, or specialized commands.

Related apps