|
|
|
|
|
by sdkgames
1044 days ago
|
|
if you have fmt (a console program from coreutils, on Linux it's usually preinstalled) then 1) mark your lines (Shift+v then move your cursor) 2) press ':' 3) '<,'> !fmt -w 80 In the similar way I also use column to format text. |
|