Notepad++ keyboard shortcuts
Notepad++ keeps file, search, view, and editor commands in its Shortcut Mapper. This reference lists the stable default bindings documented in the official manual and calls out that users can remap the command or Scintilla layers.
Windows · 35 shortcutsFiles and tabs
Create, open, save, close, and move through files and tabs in the Notepad++ editor.
| Action | Windows |
|---|---|
| Create a new file | CtrlN |
| Open a file | CtrlO |
| Save the current file | CtrlS |
| Save as | CtrlShiftS |
| Close the current file | CtrlW |
| Close all files | CtrlShiftW |
| Activate the next tab | CtrlPage Down |
| Activate the previous tab | CtrlPage Up |
| Reopen the last closed tab | CtrlShiftT |
| CtrlP |
Editing
Use the documented Scintilla editor defaults to select, copy, paste, indent, and change the current line.
| Action | Windows |
|---|---|
| Undo | CtrlZ |
| Redo | CtrlYorCtrlShiftZ |
| Cut | CtrlX |
| Copy | CtrlC |
| Paste | CtrlV |
| Select all | CtrlA |
| Un-indent or move the caret one tab earlier | ShiftTab |
| Cancel completion or simplify a selection | Escape |
| Delete the current line | CtrlShiftL |
| Duplicate the current line | CtrlD |
| Move the current line up | CtrlShiftUp |
| Move the current line down | CtrlShiftDown |
| Show function parameter hints | CtrlShiftSpace |
Search and view
Find text, repeat a search, change the view, and access Notepad++ panels with these documented defaults.
| Action | Windows |
|---|---|
| Find | CtrlF |
| Replace | CtrlH |
| Find next | F3 |
| Find previous | ShiftF3 |
| Select and find next | CtrlF3 |
| Select and find previous | CtrlShiftF3 |
| Zoom in | Ctrl+ |
| Zoom out | Ctrl- |
| Reset zoom | Ctrl0 |
| Toggle full screen | F11 |
| Show or hide the selected tool window | F5 |
| Open a main menu with an acceleratorMenu accelerators can be preempted by a custom Shortcut Mapper binding. | AltUnderlined letter |