Notepad++ Toggle Line Wrap

In this guide I will show you how to toggle line wrap inside of the Notepad++ application. This can be extremely helpful when we are working with really long lines of text. For example, if you are trying to read the text you might turn word wrap on so all of the text is easily in view. If you are not trying to read the text, let’s say coding, then you can turn the word wrap off, and that single line of text will stay on a single line, requiring us to use the scroll bar at the bottom of the page if we really want to read it.

  1. First we want to make sure that we have text that is very long entered into Notepad++. In this example I will use the Lorem Ipsum text.
    Lorem Ipsum text inside of Notepad++
  2. In the Notepad++ Menu select “View” > “Word Wrap”
    Notepad++ View - Word Wrap option
  3. We can now see that the long text has been Word Wrapped making it much easier to read.
    Notepad++ Word Wrap Results

What is your use case for using Notepad++ to toggle line wrap? Would love to hear about your use cases and how others might benefit from using this feature. For more Notepad++ how-to’s check our the Notepad++ archive page.

2 thoughts on “Notepad++ Toggle Line Wrap”

  1. How do I do this from the command line?

    Reply
    • Could you give me a little more details on what you are trying to do?

      Are you trying to process the file by command line and have the output line wrapped?

      Or just open the file via command line with line wrapping enabled?

      Hopefully can help you out with the extra details.

      Reply

Leave a Comment