Notepad++ is a quite powerful GPL (free) source code editor (for Microsoft Operating Systems, sadly not yet available for macOS) that supports various programming languages. Developers just love this application, really makes their life easy, and if you know some of the keyboard shortcuts other than the basic cut, copy, paste, undo and redo that will make you as fast as a ninja working with notepad++.
97 Plus Shortcuts for Notepad++
97+ Notepad++ Keyboard Shortcuts:
To Perform Basic File Management Operations:
- To Create a New Document: Ctrl + N
- To Save Current Document: Ctrl + S
- To Open Save As .. Dialog Box: Ctrl + Alt + S
- To Display Open File Dialog Box: Ctrl + O
- To Close Current Current Document: Ctrl + W
- To Open Print Dialog Box: Ctrl + P
- To Close Notepad++: Alt + F4
Operations On Text Documents:
- To Cut Selected Text: Ctrl + X
- To Copy Selected Text: Ctrl + C
- To Paste Selected Text: Ctrl + V
- To Select All Text of the Document Tab: Ctrl + A
- To Perform Undo Operation: Ctrl + Z
- To Perform Redo Operation: Ctrl + Y
To Perform Find and Replace Operations on Documents:
- Open Find Dialog Box: Ctrl + F
- Open Replace: Ctrl + H
- Open Find and Replace: Ctrl + H
- Open Find in Files: Ctrl + Shift + F
- Open Find in Files: Ctrl + Shift + F
- Find Next Searched Value: F3
- Find Previous Searched Value: Shift + F3
- Select + Find Next Searched Value: Ctrl + F3
- Select + Find Previous Searched Value: Ctrl + Shift + F3
- Find (Volatile) Next: Ctrl + Alt + F3
- Find (Volatile) Next: Ctrl + Alt + Shift + F3
To Perform Search Operations on Documents:
- Incremental Search: Ctrl + Alt + i
- Open Search Result Window: F7
- Open Next Result: F4
- Open Previous Search Result: Shift + F4
- Go to a particular line: Ctrl + G
- Go to matching braces: Ctrl + B
- Go to matching braces: Ctrl + B
- Column Editor: Alt + C
To Perform Style Operations:
- 1st style: Ctrl + Shift + 1
- 2st style: Ctrl + Shift + 2
- 3rt style: Ctrl + Shift + 3
- 4th style: Ctrl + Shift + 4
- 5th style: Ctrl + Shift + 5
- Find style: Ctrl + Shift + 0
- 1st style: Ctrl + 1
- 2st style: Ctrl + 2
- 3rt style: Ctrl + 3
- 4th style: Ctrl + 4
- 5th style: Ctrl + 5
- Find style: Ctrl + 0
- Increase Line Indent: Tab
- Decrease Line Indent: Shift + Tab
- To Uppercase Characters: Ctrl + Shift + U
- To Lowercase Characters: Ctrl + U
Bookmark Keys:
- To Toggle bookmark: Ctrl+F2
- Next Bookmark: F2
- Previous Bookmark: Shift+F2
Text Directions (View):
- Text direction : Right-to-Left: Ctrl + Alt + R
- Text direction : Left-to-Right: Ctrl + Alt + L
Column Edit Mode:
- Text direction : Right-to-Left: Alt + Mouse dragging
Line Operations:
55. To Launch Run Dialog Box: F5
56. To Toggle Full Screen Mode: F11
57. To Go to Next Document: Ctrl + Tab
58. To Go to Previous Document: Ctrl + Shift + Tab
59. To Move Current Line Up Ctrl + Shift + Up Key
60. To Move Current Line Down: Ctrl + Shift + Down Key
61. To Collapse the Current Level: Ctrl + Alt + F
62. To Uncollapse the Current Level : Ctrl + Alt + Shift + F
63. To Collapse Level 1-8: Alt + (Number 1 to 8)
64. To UnCollapse Level 1-8: Alt + Shift + (Number 1 to 8)
Operations on words:
65. Delete to Start of word : Ctrl + BackSpace
66. Delete to end of word : Ctrl + Delete
67. Delete to start of line : Ctrl + Shift + BackSpace
68. Delete to end of line : Ctrl + Shift + Delete
For Macro Operations:
69. Start to record /Stop recording the macro : Ctrl + Shift + R
70. Play recorded macro : Ctrl + Shift + P
To Comment / Uncomment lines:
71. To do a Block Comment or Uncomment (Toggle) : Ctrl + Q
72. To Stream comment (Toggle) : Ctrl + Shift+ Q
For Indentation:
73. To Selection of several lines, Insert Tabulation or Space (Indent): Tab
74. To Remove Tabulation or Space: Shift + Tab
Zoom-in and Zoom-out:
75. Zoom-in the Document : Ctrl + (Numpad +)
76. Zoom-out the Document : Ctrl + (Numpad -)
77. Zoom-in or Zoom-out using mouse+keyboard : Ctrl + mouse well up/down
78. Restore to original size from Zoom : Ctrl + (Keypad /)
Launch Browsers and Search:
79. Launch Firefox : Ctrl + Alt + Shift + X
80. Launch Chrome : Ctrl + Alt + Shift + R
81. Launch Internet Explorer : Ctrl + Alt + Shift + I
82. Launch Safari : Ctrl + Alt + Shift + F
83. Launch PHP Search : Alt + F1
84. Launch Google Search : Alt + F2
85. Launch Wikipedia : Alt + F3
Launch Another Instance of Notepad++:
86. To Launch Another Instance of Notepad++ : Alt + F6
Spell Checks & Languages:
87. Spell Check Document Automatically: Alt + A
88. Find next Misspelling: Alt + N
89. Find Previous Misspelling: Alt + B
90. Change Current Language: Alt + D
Launch Menu Options of Notepad++:
91. File Menu: Alt + F
92. Edit Menu: Alt + E
93. Search Menu: Alt + S
94. View Menu: Alt + V
95. Language: Alt + L
96. Settings: Alt + T
97. Window: Alt + W
More Posts related to NotepadPlusPlus,
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
More Posts:
- Python: Traverse List Backwards - Python
- How to Restart Mac using Terminal Command - MacOS
- 5 Ways to Loop a Dictionary in Python - Python
- Java: Convert Stream to List - Java
- Change the background of Tkinter label or text - Python
- How to get file path in Idea IntelliJ IDE - Java
- Jupyter Notebook add Table Of Contents (TOC) - Python
- List of PowerShell Cmdlet Commands for Mac - Powershell