Notepad++ lets you work with multiple files at a time, each file when opened will load in a new tab, if you want to open a new blank tab to draft your text, code, or some text in it, you can do it in two ways one by using the keyboard shortcut Ctrl + N buttons, or by going to menu File -> New.
Opening a new Tab in Notepad++ using Keyboard Shortcut
- Open Notepad++
- If its fresh you will see new 1, press Ctrl (Control) + N, it will open new tab new 2
- If you press Ctrl + N again it will open new 3 and so on...
⚡️ You can also press Alt + F to expand File Menu and then either press enter (as the New tab is the first option that will be highlighted by default) or press the N button.
Opening a new Tab in Notepad++ using Menu Option
- Open Notepad++
- Go to File,
- Select New

Open New Tab in Notepad++ gif
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