ctrl j - Fill Paragraph
8) NEdit *8)
www.nedit.org
No need to 'remember' it's displayed across the bottom of the screen.
No, NEdit can't do that. Of course, in NEdit you can start typing text anytime you want without having to remember what mode you are in or pressing "i".
ctrl j - Fill Paragraph
8) NEdit *8)
www.nedit.org
"You can't spell evil without Vi"
You can set an arbitrary text width with :set tw=n where n is the width you want. Then, you can use the gq command in combination with a movement command to format your text.
I.E:
:set tw=72
gqq -> formats the current line
gq} -> formats till the end of the current paragraph
gqG -> formats till the end of the document
Yes, that's much easier than highlighting the text and pressing cntl j... :
You can set an arbitrary text width with :set tw=n where n is the width you want. *Then, you can use the gq command in combination with a movement command to format your text.
I.E:
:set tw=72
gqq -> formats the current line
gq} -> formats till the end of the current paragraph
gqG -> formats till the end of the document
:P
Or you could select the text and press gq
Yes, that's much easier than highlighting the text and pressing cntl j... :
:P
With vim:
:r! command will put the output of command in your file.
or :!command will put the output of your command into your window for you to view, until you hit enter and it goes away. Handy when writing scripts when you need to find the location to something.With vim:
:r! command will put the output of command in your file.
alt + x open a command dialog. Type the command and hit enter.
Or select it from the menu.
Bookmarks