You can Zoom-in or Zoom-out in Notepad++ using the below two ways,
- Control + Mouse wheel Scroll-in or Scroll-out, or
- Keyboard Ctrl+Numpad Plus(+) to Zoom-in or Ctrl+Numpad Minus(-) to Zoom-out.
But many times we Zoom happens by accident. Ctrl + Mouse gets pressed so Zoom takes place instead of Scroll. In order to disable this functionality, you need to download a plugin called "Zoom Disabler"

Zoom Disable Plugin.png
Installing Zoom Disabler:
- Goto Menu -> Plugins -> Plugin Manager
- Look for Zoom Disabler and Select the Check-box and Install
- After Installing the Plugin Notepad++ will restart and "Zoom Disabler" Will be available under Plugins Menu.
- Try Ctrl+Mouse whell in or out. Text will remain unaffected.
When you install this plugin, by default it Disables Mouse Zoom. If you want to enable it again you can do it by going to Menu -> Plugins -> Plugin Manager -> Zoom Disabler and de-select Disables Mouse Zoom

Zoom Disabler Settings

Notepad++ Zoom-in Zoom-out
Plugin Details:
Tired of zooming your document every time you
just want to scroll but accidentally still holding the [Ctrl] key?
Then this is what you want! It disables mouse to zoom, keyboard zoom, or both.
Author: Stanislav Eckert
Homepage: https://github.com/StanDog/npp-zoomdisabler
Comments:
- This is what I had been looking for! At-times I mistakenly get my tabs zoomed in or out when I don't want to do that...
ak2918 05 Nov 2020 17:11:02 GMT
- Further comments disabled!
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:
- Error: Failed to validate the signature of the actionable message card - Power Automate Flow - PowerAutomate
- List of Online Java compiler with console - Java
- Share image and text Twitter using your Android Application Programatically - Twitter
- Hurry! Uninstall Adobe Flash Player - End Of Life, support end in December 2020 - News
- How to List All Users in Linux - Linux
- Base 64 Encoding Decoding In Notepad++ - NotepadPlusPlus
- Java 8 java.util.Function and BiFunction Examples - Java
- Fix: Maven - Failed to execute goal - Compilation failure - Source/Target option 5 is no longer supported. Use 7 or later - Java