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 shortcuts

Files and tabs

Create, open, save, close, and move through files and tabs in the Notepad++ editor.

ActionWindows
Create a new fileCtrlN
Open a fileCtrlO
Save the current fileCtrlS
Save asCtrlShiftS
Close the current fileCtrlW
Close all filesCtrlShiftW
Activate the next tabCtrlPage Down
Activate the previous tabCtrlPage Up
Reopen the last closed tabCtrlShiftT
PrintCtrlP

Editing

Use the documented Scintilla editor defaults to select, copy, paste, indent, and change the current line.

ActionWindows
UndoCtrlZ
RedoCtrlYorCtrlShiftZ
CutCtrlX
CopyCtrlC
PasteCtrlV
Select allCtrlA
Un-indent or move the caret one tab earlierShiftTab
Cancel completion or simplify a selectionEscape
Delete the current lineCtrlShiftL
Duplicate the current lineCtrlD
Move the current line upCtrlShiftUp
Move the current line downCtrlShiftDown
Show function parameter hintsCtrlShiftSpace

Search and view

Find text, repeat a search, change the view, and access Notepad++ panels with these documented defaults.

ActionWindows
FindCtrlF
ReplaceCtrlH
Find nextF3
Find previousShiftF3
Select and find nextCtrlF3
Select and find previousCtrlShiftF3
Zoom inCtrl+
Zoom outCtrl-
Reset zoomCtrl0
Toggle full screenF11
Show or hide the selected tool windowF5

Make a printable Notepad++ sheet