This is a discussion on Vi/nvi text wrapping within the Debian Linux support forums, part of the Debian Linux category; --> Hi all, i need to set text wrapping at 72 columns in Vi or nvi. What file do i ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Sun, 28 Nov 2004 09:15:38 -0500, Luis Lima <ironwindow2001@nosmpam.com> wrote: > Hi all, i need to set text wrapping at 72 columns in Vi or nvi. What > file do i edit? and what is the line i have to enter? > > thank you > ..exrc or .nexrc is the file, the command is "set wraplen=72" (man nvi) -- "At a scheduled time, the robot would pull the flush lever and scream as it got sucked down the drain." --Kibo |
| ||||
| On Sun, 28 Nov 2004, Bill Marcum wrote: > On Sun, 28 Nov 2004 09:15:38 -0500, Luis Lima > <ironwindow2001@nosmpam.com> wrote: > > Hi all, i need to set text wrapping at 72 columns in Vi or nvi. What > > file do i edit? and what is the line i have to enter? > > > > thank you > > > .exrc or .nexrc is the file, the command is "set wraplen=72" (man nvi) Thanks pal, i googled and never thought of 'man nvi'. |