<br><br><div class="gmail_quote">On Tue, Jun 12, 2012 at 3:48 AM, Kevin O'Gorman <span dir="ltr"><<a href="mailto:kogorman@gmail.com" target="_blank">kogorman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Jun 11, 2012 at 4:49 PM, James Freer <<a href="mailto:jessejazza3.uk@gmail.com">jessejazza3.uk@gmail.com</a>> wrote:<br>
> [using xubuntu 10.04... hopefully before the end of this month 12.04!]<br>
><br>
> I'm just starting to use Vim but i want to set it up for editing text<br>
> WORDS not programming text.<br>
><br>
> But first things first; should i use Vim, Vim-gnome, Vim-GTK - with<br>
> xubuntu i'd have thought vim-gtk. Looking at the dependencies it<br>
> didn't seem to make a lot of difference as far as i could see. As i<br>
> like minimal approach maybe i'd be better off using NVI,Vile or Elvis?<br>
><br>
> What i want to achieve is to have a console editor that softwraps text<br>
> as well as the likes of gedit or leafpad. The two commands i gather<br>
> are the following<br>
><br>
> :set textwidth=80<br>
> :set formatoptions=t [stands for options characters]<br>
><br>
> From what i can work out this command only worked for a file i'm<br>
> typing not one i've originally typed in gedit and then open in Vim. I<br>
> think there are some technicalities with .txt files which i'm not<br>
> familiar with and would be grateful if someone could put me right.<br>
> Perhaps i'd just be better to stay with gedit and use from the CLI<br>
> when there.<br>
><br>
> thanks<br>
> james<br>
<br>
</div>Vim is a text editor, not a word processor. You can sort of make it<br>
work, but it will never be as good as a word processor if you want it<br>
to be flexible about line breaks as you edit lines, be aware of<br>
paragraphs and so on.<br>
<br>
I have used vi and clones like vim since 1984, but only for writing<br>
code, code documentation, and short notes.<br>
<br>
For readable text, especially with proportional fonts, I use the<br>
editors built into browsers for email, and libre- open- or star-<br>
office for documents.<br>
<br>
Maybe others have other ideas.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Kevin O'Gorman, PhD<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>
</div></div></blockquote></div><br>another idea is to write latex code with vim (and use xelatex to compile it to pdf)<br>