If you want to delete all the lines above the current cursor position or current line, follow the below steps,
- Be on the line you want to delete all lines above,
- Press Shift + Page Up to select all lines above,
- Now press Delete.
✌️ Make sure your cursor is at the start of the line just below the line from where you want to delete all the above lines.
✔️ You can follow the same steps if you want to delete all the lines below a given line.
Demo:
Notepad++ delete all above or below lines example
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:
- How to Split a String in Python? - Python
- What is HTTP 500 Internal Server Error Code on web browsers - HowTos
- Find Covid-19 Vaccine centers on macOS or iOS Maps App - News
- How to create MD5 digest in Notepad++ - NotepadPlusPlus
- Horizontally Center Align
- SCP Copy all files from directory to Local Folder - Linux
- Android: programmatically turn Bluetooth on or off using Java code - Android
- Align html element at the center of page vertically and horizontally - Html