<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20002/A_Slightly_Advanced_Introduction_to_Vim</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sun, 08 Nov 2009 23:33:02 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>For regular vi users; disable auto-annoyance</title>
			<link>http://osnews.com/thread?321934</link>
			<guid isPermaLink="true">http://osnews.com/thread?321934</guid>
			<description>I found the following helpful for cases where you are on a system and want to turn off some very annoying vim settings.  <br />
<br />
<a href="http://www.vim.org/tips/tip.php?tip_id=330" rel="nofollow">http://www.vim.org/tips/tip.php?tip_id=330</a><br />
<br />
Add to personal .vimrc:<br />
set nocindent<br />
set nosmartindent<br />
set noautoindent<br />
filetype indent off<br />
<br />
I use this in case a GNU system already has vim that I didn't remove and already replace with nvi.</description>
			<pubDate>Tue, 08 Jul 2008 15:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (libray)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by moleskine</title>
			<link>http://osnews.com/thread?321943</link>
			<guid isPermaLink="true">http://osnews.com/thread?321943</guid>
			<description>Debian have a reference card for the main commands in vim. I think it comes as a pdf. It fits exactly on two sheets of A4, so you can double-side it, laminate it and keep it around - very handy. I'm sure the card doesn't cover nearly enough ground for the serious user or programmer, but it's really helpful for lighter stuff: editing config files or dealing with no-X things, like editing a file on another machine over ssh. For quick and simple things, I reckon joe has a lot going for it even though it's not nearly as powerful. But I find joe's commands easier to remember for some reason.</description>
			<pubDate>Tue, 08 Jul 2008 15:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (moleskine)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>vim cheat compound</title>
			<link>http://osnews.com/thread?321956</link>
			<guid isPermaLink="true">http://osnews.com/thread?321956</guid>
			<description>This is the original one <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
<a href="http://www.gentoo.org/images/vicheat-compound.png" rel="nofollow">http://www.gentoo.org/images/vicheat-compound.png</a></description>
			<pubDate>Tue, 08 Jul 2008 16:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (lavish)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Quoting</title>
			<link>http://osnews.com/thread?321958</link>
			<guid isPermaLink="true">http://osnews.com/thread?321958</guid>
			<description>If your summary is just a quote from the story, can you put quotes around it and possibly also put it in italics? For example, see most of Thom's news postings.</description>
			<pubDate>Tue, 08 Jul 2008 16:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (averycfay)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Nice Intro/Tutorial</title>
			<link>http://osnews.com/thread?321969</link>
			<guid isPermaLink="true">http://osnews.com/thread?321969</guid>
			<description>I've been a Vim user for many years now, but since we just got Vim installed on our development server, I shared this intro/tutorial with the rest of my team.</description>
			<pubDate>Tue, 08 Jul 2008 17:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (DoctorPepper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Good article but....</title>
			<link>http://osnews.com/thread?322004</link>
			<guid isPermaLink="true">http://osnews.com/thread?322004</guid>
			<description>I thought this article was filled with a lot of good tidbits, however one comment was made that made me cringe!<br />
<br />
<i>I assume you know how to split windows, and all that jazzy stuff.</i><br />
<br />
This is the one feature that totally expected to be covered. Every time I use vim and the split window feature with someone next to me they are instantly like &quot;WOW! How do you do that?&quot; I think this is one of vims most flexible and underused features that should have been granted space in this article. Especially when insertion and copy/paste functions are covered. I give this article a B+ overall, but come on guy! Cover the split windows.</description>
			<pubDate>Tue, 08 Jul 2008 20:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (pstreck)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Good article but....</title>
			<link>http://osnews.com/thread?322020</link>
			<guid isPermaLink="true">http://osnews.com/thread?322020</guid>
			<description>I agree totally.  Splitting windows is one of my &quot;neat&quot; selling points for Vim, to my hard-core vi-user friends.  Once they see me split a window horizontally, then resize them, and split the top window vertically, they become totally impressed.<br />
<br />
Actually, my best selling point is when I edit multiple files, and show how to move between them, then copy and paste between buffers.<br />
<br />
Oh, and we won't even talk about the syntax highlighting.  That's always good for a few &quot;oooh&quot;'s and &quot;ah&quot;s. :-)</description>
			<pubDate>Tue, 08 Jul 2008 22:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (DoctorPepper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>screen + mc + vim</title>
			<link>http://osnews.com/thread?322023</link>
			<guid isPermaLink="true">http://osnews.com/thread?322023</guid>
			<description>These are my killing CLI all time favorites.</description>
			<pubDate>Tue, 08 Jul 2008 23:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: screen + mc + vim</title>
			<link>http://osnews.com/thread?322043</link>
			<guid isPermaLink="true">http://osnews.com/thread?322043</guid>
			<description><div class="cquote">[screen + mc + vim] are my killing CLI all time favorites. </div><br />
<br />
Wow, so I'm not the only one out there! :-) Personally, I like the mcedit, too, but it's not as handy when terminal emulation is not very good.</description>
			<pubDate>Wed, 09 Jul 2008 01:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Doc Pain)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Really useful</title>
			<link>http://osnews.com/thread?322078</link>
			<guid isPermaLink="true">http://osnews.com/thread?322078</guid>
			<description>I do most of my editing in VIM, but it looks like I've been only scratching the surface here.  Thanks for the good article.</description>
			<pubDate>Wed, 09 Jul 2008 07:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Bending Unit</title>
			<link>http://osnews.com/thread?322085</link>
			<guid isPermaLink="true">http://osnews.com/thread?322085</guid>
			<description>I once made an effort to learn vim and emacs because if they are so hard to use, they must be superior right? <br />
<br />
But now I only use the basics in vim when I have to and avoid emacs. Coding is done in a real IDE and for other tasks I use editors that are both powerful and usable without reading books and tutorials.<br />
<br />
Life is too short for vim.</description>
			<pubDate>Wed, 09 Jul 2008 07:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bending Unit)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Bending Unit</title>
			<link>http://osnews.com/thread?322104</link>
			<guid isPermaLink="true">http://osnews.com/thread?322104</guid>
			<description>Learning vi or vim seems to be most useful if you're on a *nix terminal, since the server is bound to at least have vi (emacs is more resource-heavy). I actually have a used copy of the O'Reilly vi book, but I don't use or admin headless servers, so I just use GUI text editors.</description>
			<pubDate>Wed, 09 Jul 2008 10:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Johann Chua)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Vim : my main editor</title>
			<link>http://osnews.com/thread?322105</link>
			<guid isPermaLink="true">http://osnews.com/thread?322105</guid>
			<description>I really like Vim and used it on small to large scale projects.  It has helped me create a video game (in C for Linux PDA), cms system (content mgt in PHP5) and a bunch of other projects.<br />
<br />
I also now use Komodo Edit (free ed.) and it's nice as well.  Sometimes a full GUI is nice.<br />
<br />
Of course having a background as a Linux/Unix admin. Vi/Vim has served me well (Perl, Shell, Python scripting).<br />
<br />
Go Vim!</description>
			<pubDate>Wed, 09 Jul 2008 11:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (ArcadeFX)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: vim cheat compound</title>
			<link>http://osnews.com/thread?322478</link>
			<guid isPermaLink="true">http://osnews.com/thread?322478</guid>
			<description>And this is the most useful one <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
<a href="http://farm1.static.flickr.com/101/292400425_6bba80c95f.jpg?v=0" rel="nofollow">http://farm1.static.flickr.com/101/292400425_6bba80c95f.jpg?v=0</a></description>
			<pubDate>Fri, 11 Jul 2008 10:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Glynser)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
