<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CoeHome &#187; Linux CLI</title>
	<atom:link href="http://www.coehome.com/category/mini-howto/linux-cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coehome.com</link>
	<description>Teneo Vestri Digital Ego</description>
	<lastBuildDate>Sun, 03 Oct 2010 15:18:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Setting Context Sensitivity in VIM</title>
		<link>http://www.coehome.com/mini-howto/setting-context-sensitivity-in-vim/</link>
		<comments>http://www.coehome.com/mini-howto/setting-context-sensitivity-in-vim/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 14:11:45 +0000</pubDate>
		<dc:creator>kencoe</dc:creator>
				<category><![CDATA[Linux CLI]]></category>
		<category><![CDATA[Mini-Howto]]></category>

		<guid isPermaLink="false">http://www.coehome.com/?p=124</guid>
		<description><![CDATA[VIM is one of the kings of the editing world. Built for speed and for flexibility, it is a critical tool for *nix admins. the one thing it lacks for many people, though, is context sensitivity. This is easy enough to fix. Simply create a new document in your home directory named .vimrc (please note [...]]]></description>
			<content:encoded><![CDATA[<p>VIM is one of the kings of the editing world. Built for speed and for flexibility, it is a critical<br />
tool for *nix admins. the one thing it lacks for many people, though, is context sensitivity. This is<br />
easy enough to fix.<span id="more-124"></span> Simply create a new document in your home directory named .vimrc (please note the<br />
leading period, denoting &#8220;hidden&#8221;), and add the line &#8220;syntax on&#8221; to set sensitivity. the first few<br />
lines of my .vimrc file are listed below for reference. If you are looking for more info on using, or<br />
customizing, VIM you should start at <a href="http://vim.wikia.com/wiki/Main_Page">the VIM tips Wiki</a>.<br />
You can also check out the ebook &#8220;a byte of Vim&#8221; at<br />
<a href="http://www.swaroopch.com/notes/Vim">http://www.swaroopch.com/notes/Vim</a>.</p>
<p style="padding-left: 30px;">&#8221; .vimrc example configuration file by Kenneth Coe<br />
syntax on &#8221; set context sensitivity to &#8220;on&#8221;<br />
set history=1000 &#8221; expand history from the default list of 20<br />
set scrolloff=3 &#8221; set cursor to scroll when three lines away from screen edge<br />
set visualbell &#8221; Switch annoying bell sound to simple screen flash</p>
<p>It is worth noting that some distros are using vim-lite instead of the full version. You will need<br />
to install the full version to realize all of the functionality of VIM. In debian-based distros, you can<br />
do this by running the command &#8220;sudo apt-get install vim&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coehome.com/mini-howto/setting-context-sensitivity-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

