<?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>Jess Barnes &#187; vim</title>
	<atom:link href="http://jessbarnes.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessbarnes.com</link>
	<description>Geek / Libertarian / Skeptic / Cook</description>
	<lastBuildDate>Mon, 06 Feb 2012 11:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>My config files</title>
		<link>http://jessbarnes.com/2009/12/my-config-file/</link>
		<comments>http://jessbarnes.com/2009/12/my-config-file/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 14:42:39 +0000</pubDate>
		<dc:creator>Jess Barnes</dc:creator>
				<category><![CDATA[Code Stuff]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jessbarnes.com/?p=85</guid>
		<description><![CDATA[For those that are interested and for my own reference&#8230; .vimrc (The first two lines are for MacVim or GVim) .screenrc No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>For those that are interested and for my own reference&#8230;</p>
<p><span id="more-85"></span></p>
<p><code>.vimrc</code> (The first two lines are for MacVim or GVim)</p>
<pre class="brush: php; title: ; notranslate">
colorscheme elflord
set backspace=indent,eol,start

syntax on
set nowrap
set expandtab
set shiftwidth=4
set smarttab
set smartindent
set formatoptions-=t
set textwidth=79
set ruler
set incsearch
set ignorecase
set smartcase
set scrolloff=5
set showmatch matchtime=3
set showmode
set showcmd
set nomodeline
</pre>
<p><code>.screenrc</code></p>
<pre class="brush: php; title: ; notranslate">
autodetach on
hardcopy_append on
vbell off
startup_message off
silencewait 15
defscrollback 1000
msgwait 9999
shell bash
#idle           1800
blankerprg lockscreen
zombie ^[
sorendition KW
pow_detach_msg  &quot;BYE&quot;
activity &quot;activity in %n (%t) [%w:%s]~&quot;
bell_msg &quot;bell in window %n (%t)&quot;
termcapinfo xterm-color ti@:te@

caption always &quot;%{= KW}[%H]%=%-w%{= wk}%50&gt;%n %t%{-}%+w%&lt;&quot;

# bindings
bind w
bindkey -k F2 next     # F12 = next
bindkey -k F1 prev     # F11 = previous

# startup

screen -t bash 0
</pre>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jessbarnes.com/2009/12/my-config-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

