<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Vim Settings</title>
	<atom:link href="http://blog.hackerforhire.org/2008/06/03/vim-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hackerforhire.org/2008/06/03/vim-settings/</link>
	<description>Burning Down People's Dreams Since That One Day ...</description>
	<pubDate>Tue, 06 Jan 2009 21:52:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wyatt</title>
		<link>http://blog.hackerforhire.org/2008/06/03/vim-settings/comment-page-1/#comment-25327</link>
		<dc:creator>Wyatt</dc:creator>
		<pubDate>Tue, 10 Jun 2008 17:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hackerforhire.org/?p=211#comment-25327</guid>
		<description>Good call on the backspace one.  I totally forgot about that :-)</description>
		<content:encoded><![CDATA[<p>Good call on the backspace one.  I totally forgot about that <img src='http://blog.hackerforhire.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hardkrash</title>
		<link>http://blog.hackerforhire.org/2008/06/03/vim-settings/comment-page-1/#comment-25292</link>
		<dc:creator>hardkrash</dc:creator>
		<pubDate>Wed, 04 Jun 2008 02:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hackerforhire.org/?p=211#comment-25292</guid>
		<description>set backspace=2
" allow the EOL to be backspaced over cause i like getting the previous line too :-P

set ch=2        " Make command line two lines high
set scrolloff=3 " cause i like to see the next few lines

set ignorecase
set smartcase
set hlsearch

" cause searchine shouldnt care about case, unless i give it a case, 
" i like to see my searchings  use :nohl to turn off the highlight till next search

set listchars=tab:&#62;-,trail:-,eol:&#60;
" make set list look prettier and not destroy formatting

set printoptions=paper:letter
" cause I live in America with screwy letter paper

if !exists("syntax_on")
  syntax on
endif
" the if because i copy this vimrc file everywhere!!!

set wildmode=longest,list
"make vi behave like bash for completion

set up caps lock as another control key, it is what the damn key is supposed to be.....

go look at statusline cause you might want to turn on some fun settings.....</description>
		<content:encoded><![CDATA[<p>set backspace=2<br />
&#8221; allow the EOL to be backspaced over cause i like getting the previous line too <img src='http://blog.hackerforhire.org/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>set ch=2        &#8221; Make command line two lines high<br />
set scrolloff=3 &#8221; cause i like to see the next few lines</p>
<p>set ignorecase<br />
set smartcase<br />
set hlsearch</p>
<p>&#8221; cause searchine shouldnt care about case, unless i give it a case,<br />
&#8221; i like to see my searchings  use :nohl to turn off the highlight till next search</p>
<p>set listchars=tab:&gt;-,trail:-,eol:&lt;<br />
&#8221; make set list look prettier and not destroy formatting</p>
<p>set printoptions=paper:letter<br />
&#8221; cause I live in America with screwy letter paper</p>
<p>if !exists(&#8221;syntax_on&#8221;)<br />
  syntax on<br />
endif<br />
&#8221; the if because i copy this vimrc file everywhere!!!</p>
<p>set wildmode=longest,list<br />
&#8220;make vi behave like bash for completion</p>
<p>set up caps lock as another control key, it is what the damn key is supposed to be&#8230;..</p>
<p>go look at statusline cause you might want to turn on some fun settings&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
