Notepad++ HotKey Cheatsheet

2024 年 12 月 18 日

Notepad++ is a free text editor that supports multiple programming languages and is widely used for code editing, file handling, and text analysis. Its lightweight and efficient features, especially the rich set of keyboard shortcuts, allow programmers and developers to work faster and more efficiently.

Notepad++ Windows Keyboard Shortcuts

Common Editing Functions

ShortcutDescription
Ctrl + NNew file
Ctrl + OOpen file
Ctrl + SSave file
Ctrl + Shift + SSave as
Ctrl + WClose file
Ctrl + ZUndo
Ctrl + YRedo
Ctrl + CCopy
Ctrl + XCut
Ctrl + VPaste
DeleteDelete selected text

Find and Replace

ShortcutDescription
Ctrl + FFind
Ctrl + HReplace
Ctrl + Shift + FFind in files
Ctrl + Shift + HReplace in files
F3Find next
Shift + F3Find previous

Edit Mode

ShortcutDescription
Ctrl + DDelete line
Ctrl + LDelete current line
Ctrl + Shift + DDuplicate current line
Ctrl + Shift + Move line up
Ctrl + Shift + Move line down

Code Features

ShortcutDescription
Ctrl + SpaceAuto-complete
Ctrl + Shift + UToggle case
Ctrl + Alt + Copy current line up
Ctrl + Alt + Copy current line down
Ctrl + Alt + Shift + Quickly insert a blank line

Download Notepad++ Windows Keyboard Shortcuts Cheatsheet PDF

We provide a Notepad++ Windows Keyboard Shortcuts PDF download feature. Click the download button to get the file. Please note that generating the PDF may take some time, so please be patient. Download

Notepad++ MacOS Keyboard Shortcuts

Since Notepad++ was primarily developed for Windows, Mac users who want similar functionality can use Wine or other methods to run it on macOS. However, most of the keyboard shortcuts are similar to the Windows version. Below are some common shortcuts:

Common Editing Functions

ShortcutDescription
Command + NNew file
Command + OOpen file
Command + SSave file
Command + Shift + SSave as
Command + WClose file
Command + ZUndo
Command + YRedo
Command + CCopy
Command + XCut
Command + VPaste
DeleteDelete selected text

Find and Replace

ShortcutDescription
Command + FFind
Command + HReplace
Command + Shift + FFind in files
Command + Shift + HReplace in files

Edit Mode

ShortcutDescription
Command + DDelete line
Command + LDelete current line
Command + Shift + DDuplicate current line
Command + Shift + Move line up
Command + Shift + Move line down

Code Features

ShortcutDescription
Command + SpaceAuto-complete
Command + Shift + UToggle case
Command + Option + Copy current line up
Command + Option + Copy current line down

Download Notepad++ MacOS Keyboard Shortcuts Cheatsheet PDF

We provide a Notepad++ MacOS Keyboard Shortcuts PDF download feature. Click the download button to get the file. Please note that generating the PDF may take some time, so please be patient. Download

About Notepad++

Notepad++ is a powerful text editor that supports various programming languages and file formats. It is lightweight, highly extensible, and open-source, making it a favorite among programmers and developers. Notepad++ supports plugin extensions, allowing users to customize the editor according to their needs.

Main Features:

  • Supports multi-tabbed editing.
  • Syntax highlighting for various programming languages.
  • Functionality can be extended through plugins.
  • Powerful search and replace capabilities, including support for regular expressions.
  • A wide range of keyboard shortcuts and customization options.

Official Information about Notepad++

Common FAQs about Notepad++ Shortcuts

  1. Does Notepad++ support custom keyboard shortcuts?
    Yes, Notepad++ allows users to customize keyboard shortcuts in the settings. You can modify or add shortcuts according to your personal needs.

  2. How can I view all keyboard shortcuts in Notepad++?
    You can view and edit keyboard shortcuts by clicking on "Settings" -> "Shortcut Mapper."

  3. Does Notepad++ support regular expression search?
    Yes, Notepad++ supports using regular expressions in the Find and Replace functions, which is very useful for complex text processing.

  4. How can I enable the plugin functionality in Notepad++?
    You can install and manage plugins by clicking on "Plugins" -> "Plugin Manager" in the menu bar.

  5. Is Notepad++ suitable for editing large files?
    Notepad++ can open large files, but performance may be limited when editing very large files. For extremely large files, it might be more efficient to edit them in chunks.

Notepad++ is a lightweight yet powerful text editor that offers a wealth of keyboard shortcuts and flexible plugin support, greatly enhancing text editing efficiency. Understanding and mastering these shortcuts will significantly improve your productivity.

4/5 - (2 votes)