































Built with HTML, CSS, and vanilla JS.
Version 1.0 (Web Edition)
| Name | Shortcut |
|---|---|
| New | Ctrl+N |
| Open | Ctrl+O |
| Save | Ctrl+S |
| Save As | Ctrl+Alt+S |
| Save All | Ctrl+Shift+S |
| Close | Ctrl+W |
| Close All | Ctrl+Shift+W |
| Ctrl+P | |
| Undo | Ctrl+Z |
| Redo | Ctrl+Y |
| Cut | Ctrl+X |
| Copy | Ctrl+C |
| Paste | Ctrl+V |
| Delete | DEL |
| Select All | Ctrl+A |
| Find | Ctrl+F |
| Replace | Ctrl+H |
| Find Next | F3 |
| Find Previous | Shift+F3 |
| Go To | Ctrl+G |
| Toggle FullScreen | F11 |
| Post-It | F12 |
| Run | F5 |
| Get PHP Help | Alt+F1 |
| Wikipedia Search | Alt+F3 |
| Playback Macro | Ctrl+Shift+P |
| Toggle RTL Text Direction | Ctrl+Alt+R |
| Toggle LTR Text Direction | Ctrl+Alt+L |
| About Notepad++ | F1 |
Usage: notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-udl="My UDL Name"] [-LlangCode] [-nLineNumber] [-cColumnNumber] [-pPosition] [-xLeftPos] [-yTopPos] [-monitor] [-nosession] [-notabbar] [-systemtray] [-loadingTime] [-alwaysOnTop] [-ro] [-fullReadOnly] [-fullReadOnlySavingForbidden] [-openSession] [-r] [-qn="Easter egg name" | -qt="a text to display." | -qf="D:\my quote.txt"] [-qSpeed1|2|3] [-quickPrint] [-settingsDir="d:\your settings dir\"] [-openFoldersAsWorkspace] [-titleAdd="additional title bar text"] [filePath] --help: This help message -multiInst: Launch another Notepad++ instance -noPlugin: Launch Notepad++ without loading any plugin -l: Open file or Ghost type with syntax highlighting of choice -udl="My UDL Name": Open file by applying User Defined Language -L: Apply indicated localization, langCode is browser language code -n: Scroll to indicated line on filePath -c: Scroll to indicated column on filePath -p: Scroll to indicated position on filePath -x: Move Notepad++ to indicated left side position on the screen -y: Move Notepad++ to indicated top position on the screen -monitor: Open file with file monitoring enabled -nosession: Launch Notepad++ without previous session -notabbar: Launch Notepad++ without tab bar -ro: Make the filePath read-only -fullReadOnly: Open all files read-only by default, toggling the R/O off and saving is allowed -fullReadOnlySavingForbidden: Open all files read-only by default, toggling the R/O off and saving is disabled -systemtray: Launch Notepad++ directly in system tray -loadingTime: Display Notepad++ loading time -alwaysOnTop: Make Notepad++ always on top -openSession: Open a session. filePath must be a session file -r: Open files recursively. This argument will be ignored if filePath contains no wildcard character -qn="Easter egg name": Ghost type easter egg via its name -qt="text to display.": Ghost type the given text -qf="D:\my quote.txt": Ghost type a file content via the file path -qSpeed: Ghost typing speed. Value from 1 to 3 for slow, fast and fastest -quickPrint: Print the file given as argument then quit Notepad++ -settingsDir="d:\your settings dir\": Override the default settings dir -openFoldersAsWorkspace: open filePath of folder(s) as workspace -titleAdd="string": add string to Notepad++ title bar filePath: file or folder name to open (absolute or relative path name)