Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Limit number of characters in a line notepad++ [closed]

For my git commits I use notepad++ and I would like to limit the number of characters in a line to 72 characters. Normally, notepad++ show a sentence in a line until \n character, but I would like to automatically enter the content to the next line if the number of words exceeds a threshold. The Line mode just shows the vertical edge without entering to the new line. enter image description here Could you suggest me how to do it? Thank you.

like image 443
Karim Avatar asked Aug 30 '25 16:08

Karim


1 Answers

Are you looking for word wrap ? if it is the case then the steps are as follows :

  1. Select “View” from menu bar.
  2. From the dropdown menu click on “Word wrap” option.
  3. The same steps are used to switch between Word wrap On & Off.
like image 137
PKey Avatar answered Sep 06 '25 01:09

PKey