Online Help for Nextpad++ on Mac
Find answers, keyboard shortcuts, troubleshooting guides, and community resources for Notepad++ for Mac. The macOS version has the same look, feel, and functionality as the Windows version, so most Notepad++ documentation applies directly.
Keyboard Shortcuts
Nextpad++ for Mac uses Cmd instead of Ctrl for most shortcuts. The table below covers the default key bindings.
File
| Shortcut | Action |
|---|---|
| Cmd+N | New file |
| Cmd+O | Open file |
| Cmd+S | Save |
| Cmd+Option+S | Save As |
| Cmd+Shift+S | Save All |
| Cmd+W | Close current tab |
| Cmd+Shift+W | Close all tabs |
| Cmd+P |
Edit
| Shortcut | Action |
|---|---|
| Cmd+Z | Undo |
| Cmd+Shift+Z | Redo |
| Cmd+X | Cut |
| Cmd+C | Copy |
| Cmd+V | Paste |
| Cmd+A | Select All |
| Cmd+] | Increase line indent |
| Cmd+[ | Decrease line indent |
| Cmd+B | Begin/End Select |
| Cmd+Shift+B | Begin/End Select in Column Mode |
Line Operations
| Shortcut | Action |
|---|---|
| Cmd+D | Duplicate current line |
| Cmd+Shift+K | Delete current line |
| Ctrl+Shift+Up | Move line up |
| Ctrl+Shift+Down | Move line down |
Comment
| Shortcut | Action |
|---|---|
| Ctrl+Q | Toggle single line comment |
| Ctrl+K | Single line comment |
| Ctrl+Shift+K | Single line uncomment |
| Ctrl+Shift+Q | Block comment |
Auto-Completion
| Shortcut | Action |
|---|---|
| Ctrl+Space | Function completion |
| Ctrl+Return | Word completion |
| Ctrl+Shift+Space | Function parameters hint |
| Ctrl+Shift+P | Path completion |
Search
| Shortcut | Action |
|---|---|
| Cmd+F | Find |
| Cmd+Option+H | Replace |
| Cmd+Shift+F | Find in Files |
| Cmd+I | Incremental Search |
| Cmd+G | Find Next |
| Cmd+Shift+G | Find Previous |
| Cmd+Option+G | Go to Line |
| F4 | Next search result |
| Shift+F4 | Previous search result |
View
| Shortcut | Action |
|---|---|
| Cmd+Shift+P | Command Palette |
| Cmd+Ctrl+F | Toggle Full Screen |
| F12 | Post-It Mode |
| Cmd++ | Zoom in |
| Cmd+- | Zoom out |
| Cmd+0 | Restore default zoom |
Tab Navigation
| Shortcut | Action |
|---|---|
| Ctrl+PageDown | Next tab |
| Ctrl+PageUp | Previous tab |
| Ctrl+Tab | Switch to next tab (MRU) |
| Ctrl+Shift+Tab | Switch to previous tab (MRU) |
| Ctrl+Shift+PageDown | Move tab forward |
| Ctrl+Shift+PageUp | Move tab backward |
Bookmarks
| Shortcut | Action |
|---|---|
| Cmd+F2 | Toggle bookmark |
| F2 | Next bookmark |
| Shift+F2 | Previous bookmark |
Macros
| Shortcut | Action |
|---|---|
| Cmd+Shift+R | Start / Stop recording macro |
| Cmd+Shift+M | Playback recorded macro |
External Resources
User Manual
Comprehensive documentation covering all Notepad++ features and settings.
Visit npp-user-manual.org →Community Forum
Ask questions, share tips, and get help from the Notepad++ community.
Visit community forum →macOS Issue Tracker
Report bugs, request features, or search existing issues on GitHub.
View on GitHub →UDL Documentation
Create custom syntax highlighting rules with User Defined Languages.
View UDL docs →macOS-Specific Help
Gatekeeper / Security Warning
Nextpad++ for Mac is Apple Developer ID signed and notarized, so macOS Gatekeeper should accept it without warnings. If you still see an "unidentified developer" message (e.g., after downloading from an unofficial source), right-click the app icon and choose Open, or go to System Settings → Privacy & Security and click Open Anyway. This only needs to be done once.
File & Folder Permissions
macOS protects Desktop, Documents, Downloads, and external drives with per-app permission dialogs. The first time Nextpad++ opens a file in one of these locations, macOS shows an "Nextpad++ would like to access files in your [folder]" prompt. Click Allow. To review or change these permissions later, go to System Settings → Privacy & Security → Files and Folders and find Notepad++ in the list.
Dark Mode
Nextpad++ for Mac follows the system-wide dark mode setting automatically. The window chrome, menus, and dialogs all adapt. To customize the editor colors independently of the system theme, use the Style Configurator (Settings → Style Configurator) or install a theme from the ~/.notepad++/themes/ directory. See the Resources page for the full configuration directory layout.
Retina / HiDPI Displays
Nextpad++ for Mac renders all text using macOS Core Text and Core Graphics, providing crisp, pixel-perfect rendering on Retina and HiDPI displays at every zoom level. No special configuration is needed.
Encoding & Line Endings
Use the Encoding menu to switch between UTF-8, UTF-8 with BOM, UTF-16 LE/BE, and various Windows/ISO code pages. Use Edit → EOL Conversion to convert line endings between Unix (LF), Windows (CR LF), and old Mac (CR). Both settings are per-tab and take effect immediately.
Plugin Installation
Go to Plugins → Plugins Admin to browse, install, update, and remove plugins. Each plugin is a native .dylib that loads into Notepad++ on launch. See the Plugins page for the full catalog and the Resources page for plugin development details.
Where Are My Settings?
All Nextpad++ configuration lives under ~/.notepad++/ in your home directory. This includes plugins, themes, user-defined languages, function list definitions, backups, and session files. To back up or migrate your configuration, copy the entire ~/.notepad++ directory. See the Resources page for the full directory tree.
Frequently Asked Questions
What are the keyboard shortcuts for Nextpad++ on Mac?
Nextpad++ for Mac uses Cmd instead of Ctrl for most shortcuts. See the full keyboard shortcut reference above for every default binding organized by category.
Does Nextpad++ for Mac support dark mode?
Yes. Nextpad++ for Mac follows the system-wide dark mode setting automatically. You can also override editor colors independently via the Style Configurator.
How do I change the default encoding?
Use the Encoding menu to switch between UTF-8, UTF-8 with BOM, UTF-16 LE/BE, and various Windows/ISO encodings. The setting is per-tab and takes effect immediately.
Where does Nextpad++ for Mac store its configuration files?
All configuration is under ~/.nextpad++/ in your home directory. See the Resources page for the full directory layout.
Which Notepad++ plugins are available on Mac?
A growing library of plugins has been ported to macOS. See the Plugins page for the current catalog, or browse plugins inside Nextpad++ via Plugins → Plugins Admin.